com.vaadin.flow.server.communication.rpc.
Package com.vaadin.flow.server.communication.rpc
-
ClassDescription
Abstract invocation handler implementation with common methods.
RPC handler for a client-side response on attach existing element request.
RPC handler for a client-side response on attach existing element by id request.
Decodes the standard basic types from their JSON representation.
RPC handler for events.
Model map synchronization RPC handler.
RPC handler for Navigation.
RPC handler for events triggered through
element.$server
or simply$server
in template event handlers.Thrown if RPC method argument cannot be decoded to the required type.
Decoder of RPC method arguments (server-side methods invoked from the client-side).
RPC invocation handler interface.
Decodes a
JsonValue
withJsonType.STRING
type toEnum
subclass type.Decodes a
JsonValue
withJsonType.STRING
type toNumber
subclass type.