Class RpcInvocationStartedEvent

All Implemented Interfaces:
Serializable

public class RpcInvocationStartedEvent extends AbstractRpcInvocationEvent
Event fired through the service event bus immediately before a client-to-server RPC invocation is handled, on the request thread.
Since:
25.3
See Also:
  • Constructor Details

    • RpcInvocationStartedEvent

      public RpcInvocationStartedEvent(UI ui, String type, int nodeId, String name)
      Creates a new event.
      Parameters:
      ui - the UI the invocation is handled against, not null
      type - the protocol-level invocation type, not null
      nodeId - the id of the targeted StateNode, or -1 if the invocation does not target a node
      name - a human-readable identifier for the invocation, or null if none applies