public class EventRpcHandler extends AbstractRpcInvocationHandler
For internal use only. May be renamed or removed in a future release.
JsonConstants.RPC_EVENT_TYPE,
Serialized Form| Constructor and Description |
|---|
EventRpcHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRpcType()
Gets unique RPC type which this handler is applicable for.
|
Optional<Runnable> |
handleNode(StateNode node,
elemental.json.JsonObject invocationJson)
Handle the RPC data
invocationJson using target node as a
context. |
handlepublic String getRpcType()
RpcInvocationHandlerpublic Optional<Runnable> handleNode(StateNode node, elemental.json.JsonObject invocationJson)
AbstractRpcInvocationHandlerinvocationJson using target node as a
context.handleNode in class AbstractRpcInvocationHandlernode - node to handle invocation with, not nullinvocationJson - the RPC data to handle, not nullCopyright © 2025. All rights reserved.