ProcessorMetadata

constructor(namedBoundedContext: NamedBoundedContext, name: String, processorType: Class<P>, functionRegistry: Set<FunctionAccessorMetadata<P, Mono<*>>>)

Parameters

namedBoundedContext

The bounded context this processor belongs to

Type Parameters

P

The processor type

M

The message exchange type