Package | Description |
---|---|
eneter.messaging.endpoints.rpc |
Remote Procedure Calls (RPC).
|
Modifier and Type | Field and Description |
---|---|
ERpcRequest |
RpcMessage.Request
Identifies the type of the request/response message.
|
Modifier and Type | Method and Description |
---|---|
static ERpcRequest |
ERpcRequest.fromInt(int i)
Converts integer value to the enum.
|
static ERpcRequest |
ERpcRequest.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ERpcRequest[] |
ERpcRequest.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|