HandlerRequest
class HandlerRequest
This class encapsulates the inputs to a handler.
Constructors
Link copied to clipboard
constructor(invocationId: InvocationId, otelContext: Context, body: Slice, headers: Map<String, String>, @Nullable scope: @Nullable String, @Nullable limitKey: @Nullable String, @Nullable idempotencyKey: @Nullable String, serviceName: String, handlerName: String)
constructor(invocationId: InvocationId, otelContext: Context, body: Slice, headers: Map<String, String>)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Name of the handler being invoked.
Link copied to clipboard
The idempotency key with which this invocation was submitted, if any.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Name of the service being invoked.