
com.eventstore.dbclient.ConsumerStrategy Maven / Gradle / Ivy
package com.eventstore.dbclient;
public enum ConsumerStrategy {
DispatchToSingle,
RoundRobin,
Pinned,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.eventstore.dbclient;
public enum ConsumerStrategy {
DispatchToSingle,
RoundRobin,
Pinned,
}