Class NavigationRpcHandler
java.lang.Object
com.vaadin.flow.server.communication.rpc.NavigationRpcHandler
- All Implemented Interfaces:
RpcInvocationHandler,Serializable
RPC handler for Navigation.
For internal use only. May be renamed or removed in a future release.
- Since:
- 1.0
- Author:
- Vaadin Ltd
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NavigationRpcHandler
public NavigationRpcHandler()
-
-
Method Details
-
getRpcType
Description copied from interface:RpcInvocationHandlerGets unique RPC type which this handler is applicable for.- Specified by:
getRpcTypein interfaceRpcInvocationHandler- Returns:
- the unique rpc type
-
handle
Description copied from interface:RpcInvocationHandlerHandles RPC datainvocationJsonusinguias a context.- Specified by:
handlein interfaceRpcInvocationHandler- Parameters:
ui- the UI to handle against, notnullinvocationJson- the RPC data to handle, notnull- Returns:
- an optional runnable
-