public interface ProtocolMessageSenderProvider
| Modifier and Type | Method and Description |
|---|---|
MessageSender |
create(pl.allegro.tech.hermes.api.Subscription subscription) |
void |
start() |
void |
stop() |
MessageSender create(pl.allegro.tech.hermes.api.Subscription subscription)
void start()
throws java.lang.Exception
java.lang.Exceptionvoid stop() throws java.lang.Exception
java.lang.Exception