Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.event.annotation
Package-level
declarations
Types
Functions
Types
Event
Metadata
Parser
Link copied to clipboard
object
EventMetadataParser
:
CacheableMetadataParser
Event Metadata Parser .
Event
Processor
Parser
Link copied to clipboard
object
EventProcessorParser
:
ProcessorMetadataParser
<
DomainEventExchange
<
*
>
>
Functions
event
Metadata
Link copied to clipboard
inline
fun
<
E
:
Any
>
eventMetadata
(
)
:
EventMetadata
<
E
>
event
Processor
Metadata
Link copied to clipboard
inline
fun
<
P
:
Any
>
eventProcessorMetadata
(
)
:
ProcessorMetadata
<
P
,
DomainEventExchange
<
*
>
>
event
Processor
Metadata
Link copied to clipboard
fun
<
P
:
Any
>
Class
<
P
>
.
eventProcessorMetadata
(
)
:
ProcessorMetadata
<
P
,
DomainEventExchange
<
*
>
>
to
Event
Metadata
Link copied to clipboard
fun
<
E
:
Any
>
Class
<
out
E
>
.
toEventMetadata
(
)
:
EventMetadata
<
E
>