Package-level declarations
Types
Link copied to clipboard
Parser for extracting metadata from projection processors. This parser identifies functions annotated with OnEvent or OnStateEvent annotations to create processor metadata for domain event handling in projections.
Functions
Link copied to clipboard
Parses the projection processor metadata for the reified processor type.
Link copied to clipboard
fun <P : Any> Class<out P>.projectionProcessorMetadata(): ProcessorMetadata<P, DomainEventExchange<*>>
Parses the projection processor metadata for the given processor class.