Class IdentityInterceptor

java.lang.Object
io.camunda.zeebe.gateway.interceptors.impl.IdentityInterceptor
All Implemented Interfaces:
io.grpc.ServerInterceptor

public final class IdentityInterceptor extends Object implements io.grpc.ServerInterceptor
  • Constructor Details

    • IdentityInterceptor

      public IdentityInterceptor(IdentityCfg config)
  • Method Details

    • interceptCall

      public <ReqT, RespT> io.grpc.ServerCall.Listener<ReqT> interceptCall(io.grpc.ServerCall<ReqT,RespT> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<ReqT,RespT> next)
      Specified by:
      interceptCall in interface io.grpc.ServerInterceptor