public interface IKdbConsumerFailedListener
KdbConsumerThread
Failure ListenerProvides the ability for an application to be notified when a KdbConsumerThread
fails
for any reason.
Modifier and Type | Interface and Description |
---|---|
static class |
IKdbConsumerFailedListener.EFailureReason
Standard failure causes as an enumeration for reference.
|
Modifier and Type | Method and Description |
---|---|
void |
notifyFailure(IKdbConsumerFailedListener.EFailureReason reason,
Throwable cause)
On consumer failure, this method will be caused with the reason for the failure and,
optionally, any causing exception.
|
void notifyFailure(IKdbConsumerFailedListener.EFailureReason reason, Throwable cause)
Copyright © 2017. All rights reserved.