public class ReactorCallbackReturnCodes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FAILURE
Indicates that the message or event has failed to be handled.
|
static int |
RAISE
Can be returned from any domain-specific callback (e.g.,
RDMLoginMsgCallback).
|
static int |
SUCCESS
Indicates that the callback function was successful and the message or
event has been handled.
|
| Constructor and Description |
|---|
ReactorCallbackReturnCodes() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toString(int type)
Returns a String representation of the specified
ReactorCallbackReturnCodes type.
|
public static final int SUCCESS
public static final int FAILURE
public static final int RAISE
Copyright @ 2019 Thomson Reuters. All Rights Reserved.