CommandService

public final class CommandService

The CommandService allows client applications to post commands and receive updates from the application backend.

Types

Link copied to clipboard
public class Builder
The builder for a CommandService.

Functions

Link copied to clipboard
Creates a new builder for CommandService.
Link copied to clipboard
public void post(Command request, StreamObserver<Ack> responseObserver)
Link copied to clipboard
public static CommandService withSingle(BoundedContext context)
Builds the service with a single Bounded Context.