Uses of Class
com.vaadin.flow.server.communication.RpcInvocationEvent
Packages that use RpcInvocationEvent
-
Uses of RpcInvocationEvent in com.vaadin.flow.server
Methods in com.vaadin.flow.server with parameters of type RpcInvocationEventModifier and TypeMethodDescriptionvoidVaadinService.fireRpcInvocationEnded(RpcInvocationEvent event) Notifies registered listeners that handling of an RPC invocation has finished, whether normally or via an exception.voidVaadinService.fireRpcInvocationFailed(RpcInvocationEvent event, Throwable error) Notifies registered listeners that handling of an RPC invocation threw.voidVaadinService.fireRpcInvocationStarted(RpcInvocationEvent event) Notifies registered listeners that handling of an RPC invocation is about to start. -
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) 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) Invoked on the request thread when handling an invocation threw, beforeRpcInvocationListener.invocationEnded(com.vaadin.flow.server.communication.RpcInvocationEvent).default voidRpcInvocationListener.invocationStarted(RpcInvocationEvent event) Invoked on the request thread immediately before an RPC invocation is handled.