<T> T |
BackoffStrategy.call(int initialExceptionCount,
IOException initialException,
IOCallable<T> callable) |
<T> T |
ExponentialBackoffStrategy.call(int initialExceptionCount,
IOException initialException,
IOCallable<T> callable) |
<T> T |
NoBackoffStrategy.call(int initialExceptionCount,
IOException initialException,
IOCallable<T> callable) |
<T> void |
NakadiClient.listen(String eventName,
Class<T> eventType,
Listener<T> listener) |
<T> void |
NakadiClient.listen(String eventName,
Class<T> eventType,
Listener<T> listener,
StreamParameters streamParameters) |
<T> void |
NakadiClient.listen(Subscription subscription,
Class<T> eventType,
Listener<T> listener,
StreamParameters streamParameters) |