public static interface OortPrimaryLong.Callback
Modifier and Type | Method and Description |
---|---|
default void |
failed(Object failure)
Callback method invoked when the operation on the counter failed.
|
default void |
succeeded(Long result)
Callback method invoked when the operation on the counter succeeded.
|
default void succeeded(Long result)
result
- the result of the operationdefault void failed(Object failure)
failure
- the failure objectCopyright © 2008–2024 The CometD Project. All rights reserved.