Type Alias MultiArvoEventHandlerFunctionInput

MultiArvoEventHandlerFunctionInput: {
    event: ArvoEvent;
    source: string;
    span: Span;
}

Represents the input for a Multi ArvoEvent handler function.

Type declaration

  • event: ArvoEvent

    The ArvoEvent object.

  • source: string

    The source field data of the handler

  • span: Span

    The OpenTelemetry span