ClientRequest
Entry point for creating client requests.
An instance of this class is obtained via onBehalfOf or asGuest methods and then used for creating a specific client request e.g. for posting a command or running a query.
A client request is customizing using fluent API, which is provided by the derived classes.
See also
Inheritors
Functions
Link copied to clipboard
Creates a builder for customizing command request.
Link copied to clipboard
Assigns a handler for an error occurred on the server-side (such as validation error) in response to posting a request.
Link copied to clipboard
Assigns a handler for errors occurred when delivering messages from the server.
Link copied to clipboard
Creates a builder for customizing subscription for the passed entity state type.
Link copied to clipboard
Creates a builder for customizing subscription for the passed event type.