AggregateTracingHandlerFunction

class AggregateTracingHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateFactory: StateAggregateFactory, eventStore: EventStore, exceptionHandler: RequestExceptionHandler, tracingPolicy: TracingPolicy) : HandlerFunction<ServerResponse>

Constructors

Link copied to clipboard
constructor(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateFactory: StateAggregateFactory, eventStore: EventStore, exceptionHandler: RequestExceptionHandler, tracingPolicy: TracingPolicy)

Functions

Link copied to clipboard
open override fun handle(request: ServerRequest): Mono<ServerResponse>