toggle menu
Wow
3.16.8
jvm
switch theme
search in API
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
>