Package io.camunda.zeebe.gateway.grpc


package io.camunda.zeebe.gateway.grpc
  • Class
    Description
    A ServerCallStreamObserver decorator which will map errors to StatusException before passing them on to the delegate.
    Maps arbitrary Throwable to StatusRuntimeException and logs the exception.
    ServerStreamObserver<GrpcResponseT>
    A simple extension of StreamObserver, meant to be used in conjunction with ServerCallStreamObserver.