Package io.camunda.zeebe.gateway.grpc
package io.camunda.zeebe.gateway.grpc
-
ClassDescriptionErrorMappingStreamObserver<GrpcResponseT>A
ServerCallStreamObserverdecorator which will map errors toStatusExceptionbefore passing them on to thedelegate.Maps arbitraryThrowabletoStatusRuntimeExceptionand logs the exception.ServerStreamObserver<GrpcResponseT>A simple extension ofStreamObserver, meant to be used in conjunction withServerCallStreamObserver.