Package akka.javasdk.grpc
Interface GrpcRequestContext
- All Superinterfaces:
Context
Not for user extension, can be injected as constructor parameter into gRPC endpoint components
-
Method Summary
Methods inherited from interface akka.javasdk.Context
selfRegion
-
Method Details
-
getPrincipals
Principals getPrincipals()Get the principals associated with this request.- Returns:
- The principals associated with this request.
-
getJwtClaims
JwtClaims getJwtClaims()- Returns:
- The JWT claims, if any, associated with this request.
-
metadata
akka.grpc.javadsl.Metadata metadata()- Returns:
- The metadata associated with the request being processed
-
tracing
Tracing tracing()Access to tracing for custom app specific tracing.
-