pl.allegro.tech.hermes.api.SubscriptionMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hermes-api Show documentation
Show all versions of hermes-api Show documentation
Fast and reliable message broker built on top of Kafka.
package pl.allegro.tech.hermes.api;
public enum SubscriptionMode {
ANYCAST, BROADCAST
}