Uses of Interface
com.vaadin.flow.server.communication.RpcInvocationListener
Packages that use RpcInvocationListener
-
Uses of RpcInvocationListener in com.vaadin.flow.server
Methods in com.vaadin.flow.server with parameters of type RpcInvocationListenerModifier and TypeMethodDescriptionVaadinService.addRpcInvocationListener(RpcInvocationListener listener) Adds a listener that gets notified around the handling of individual client-to-server RPC invocations, enabling per-invocation observation (for example to emit a tracing span per DOM event or@ClientCallablecall).