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>, serviceName: String, handlerName: String)

Functions

Link copied to clipboard
open fun body(): Slice
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
open fun handlerName(): String
Name of the handler being invoked.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun headers(): Map<String, String>
Link copied to clipboard
Link copied to clipboard
open fun openTelemetryContext(): Context
Link copied to clipboard
open fun serviceName(): String
Name of the service being invoked.
Link copied to clipboard
open fun toString(): String