Interface ConsumerAuthorizationHandler
- All Superinterfaces:
ErrorHandler,SuccessHandler
- All Known Implementing Classes:
OAuthConsumerAuthorizationHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateSubscriptionHandler(pl.allegro.tech.hermes.api.SubscriptionName subscriptionName) voidremoveSubscriptionHandler(pl.allegro.tech.hermes.api.SubscriptionName subscriptionName) voidupdateSubscription(pl.allegro.tech.hermes.api.SubscriptionName subscriptionName) Methods inherited from interface pl.allegro.tech.hermes.consumers.consumer.result.ErrorHandler
handleDiscarded, handleFailedMethods inherited from interface pl.allegro.tech.hermes.consumers.consumer.result.SuccessHandler
handleSuccess
-
Method Details
-
createSubscriptionHandler
void createSubscriptionHandler(pl.allegro.tech.hermes.api.SubscriptionName subscriptionName) -
removeSubscriptionHandler
void removeSubscriptionHandler(pl.allegro.tech.hermes.api.SubscriptionName subscriptionName) -
updateSubscription
void updateSubscription(pl.allegro.tech.hermes.api.SubscriptionName subscriptionName)
-