Interface GrpcRequestContext

All Superinterfaces:
Context

@DoNotInherit public interface GrpcRequestContext extends Context
Not for user extension, can be injected as constructor parameter into gRPC endpoint components
  • Method Details Link icon

    • getPrincipals Link icon

      Principals getPrincipals()
      Get the principals associated with this request.
      Returns:
      The principals associated with this request.
    • getJwtClaims Link icon

      JwtClaims getJwtClaims()
      Returns:
      The JWT claims, if any, associated with this request.
    • metadata Link icon

      akka.grpc.javadsl.Metadata metadata()
      Returns:
      The metadata associated with the request being processed
    • tracing Link icon

      Tracing tracing()
      Access to tracing for custom app specific tracing.