SubscriptionRequest
public final class SubscriptionRequest<S extends EntityState> extends SubscribingRequest<M, C, W, B>
Allows to subscribe to updates of entity states using filtering conditions.
Parameters
<S>
the type of entity state to subscribe
Functions
Inherited functions
Link copied to clipboard
Creates a builder for customizing command request.
Link copied to clipboard
Assigns a handler for an error that may occur in the code of one of the consumers.
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.
Assigns a handler for the error reported to onError of the StreamObserver responsible for delivering messages to the consumers.
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.
Link copied to clipboard
Configures the request to return results matching all the passed filters.