Uses of Class
com.vaadin.flow.server.communication.RpcInvocationEvent
Packages that use RpcInvocationEvent
-
Uses of RpcInvocationEvent in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication with parameters of type RpcInvocationEventModifier and TypeMethodDescriptiondefault voidRpcInvocationListener.invocationEnded(RpcInvocationEvent event) Deprecated, for removal: This API element is subject to removal in a future version.Invoked on the request thread once an RPC invocation has been handled, whether it completed normally or threw.default voidRpcInvocationListener.invocationFailed(RpcInvocationEvent event, Throwable error) Deprecated, for removal: This API element is subject to removal in a future version.Invoked on the request thread when handling an invocation threw, beforeRpcInvocationListener.invocationEnded(com.vaadin.flow.server.communication.RpcInvocationEvent).default voidRpcInvocationListener.invocationStarted(RpcInvocationEvent event) Deprecated, for removal: This API element is subject to removal in a future version.Invoked on the request thread immediately before an RPC invocation is handled.