Interface CommandServiceGrpc.AsyncService

  • All Known Implementing Classes:
    CommandServiceGrpc.CommandServiceImplBase
    Enclosing class:
    CommandServiceGrpc

    public static interface CommandServiceGrpc.AsyncService
     Command Service is able to correlate submitted commands with completion data, identify timeouts, and return contextual
     information with each tracking result. This supports the implementation of stateless clients.
     Note that submitted commands generally produce completion events as well, even in case a command gets rejected.
     For example, the participant MAY choose to produce a completion event for a rejection of a duplicate command.