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>)