Package | Description |
---|---|
com.buabook.kdb.interfaces |
Modifier and Type | Method and Description |
---|---|
static IKdbConsumerFailedListener.EFailureReason |
IKdbConsumerFailedListener.EFailureReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IKdbConsumerFailedListener.EFailureReason[] |
IKdbConsumerFailedListener.EFailureReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IKdbConsumerFailedListener.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.
|
Copyright © 2017. All rights reserved.