@eveble/eveble

Hierarchy

  • Router

Implemented by

Index

Properties

Methods

Properties

EventSourceableType

EventSourceableType: EventSourceableType


InitializingMessageType

InitializingMessageType: MessageType‹Command | Event›


routedCommands

routedCommands: MessageType‹Command›[]


routedEvents

routedEvents: MessageType‹Event›[]

Methods

initialize

initialize(): void

Returns: void

initialize(): void

Returns: void


setupCommandHandler

setupCommandHandler(CommandType: MessageTypeCommand›): void

Parameters:

NameType
CommandTypeMessageTypeCommand

Returns: void

setupCommandHandler(CommandType: MessageType‹Command›): void

Parameters:

NameType
CommandTypeMessageType‹Command›

Returns: void


setupEventHandler

setupEventHandler(EventType: MessageTypeEvent›): void

Parameters:

NameType
EventTypeMessageTypeEvent

Returns: void

setupEventHandler(EventType: MessageType‹Event›): void

Parameters:

NameType
EventTypeMessageType‹Event›

Returns: void