Package | Description |
---|---|
org.apache.hedwig.client.api | |
org.apache.hedwig.client.netty |
A Netty based Hedwig client implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
Subscriber.addSubscriptionListener(SubscriptionListener listener)
Register a subscription listener which get notified about subscription
event indicating a state of a subscription that subscribed disable
resubscribe logic.
|
void |
Subscriber.removeSubscriptionListener(SubscriptionListener listener)
Unregister a subscription listener.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionEventEmitter.addSubscriptionListener(SubscriptionListener listener) |
void |
HedwigSubscriber.addSubscriptionListener(SubscriptionListener listener) |
void |
SubscriptionEventEmitter.removeSubscriptionListener(SubscriptionListener listener) |
void |
HedwigSubscriber.removeSubscriptionListener(SubscriptionListener listener) |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.