Modifier and Type | Class and Description |
---|---|
class |
BackoffHandler |
Modifier and Type | Method and Description |
---|---|
void |
Subscriber.subscribe(String topic,
String channel,
int maxInFlight,
MessageHandler handler)
Subscribe to a topic.
|
void |
Subscriber.subscribe(String topic,
String channel,
MessageHandler handler) |
Constructor and Description |
---|
BackoffHandler(MessageHandler handler) |
BackoffHandler(MessageHandler handler,
int initDelayMillis,
int maxDelayMillis) |
Copyright © 2018. All rights reserved.