arvo-event-handler
    Preparing search index...

    Type Alias ArvoEventHandlerOtelSpanOptions

    ArvoEventHandlerOtelSpanOptions: SpanOptions & {
        spanName?: (
            param: { consumedEvent: ArvoEvent; selfContractUri: string },
        ) => string;
    }