projectionProcessorMetadata
fun <P : Any> Class<out P>.projectionProcessorMetadata(): ProcessorMetadata<P, DomainEventExchange<*>>
Parses the projection processor metadata for the given processor class.
Return
The processor metadata containing information about annotated functions.
Parameters
P
The type of the processor.
Parses the projection processor metadata for the reified processor type.
Return
The processor metadata containing information about annotated functions.
Parameters
P
The type of the processor.