메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
Initialize ( ) : void | ||
InternalBus ( IMessageSender messageSender, IBusBootstrapper busBootstrapper, IDataReceiver dataReceiver, HandlingProcessorStandard handlingProcessorStandard, HandlingProcessorInfrastructure handlingProcessorInfrastructure, PersistenceSynchronizationProcessor networkProcessor, MessageTargetsHandler messageTargetsHandler, NetworkSender networkSender, IHeartbeatManager heartbeatManager, IQueueConfiguration queueConfiguration ) : System.Threading | ||
Publish ( IEvent message ) : void | ||
Reply ( IMessage message ) : void | ||
Send ( ICommand command ) : IBlockableUntilCompletion |
public InternalBus ( IMessageSender messageSender, IBusBootstrapper busBootstrapper, IDataReceiver dataReceiver, HandlingProcessorStandard handlingProcessorStandard, HandlingProcessorInfrastructure handlingProcessorInfrastructure, PersistenceSynchronizationProcessor networkProcessor, MessageTargetsHandler messageTargetsHandler, NetworkSender networkSender, IHeartbeatManager heartbeatManager, IQueueConfiguration queueConfiguration ) : System.Threading | ||
messageSender | IMessageSender | |
busBootstrapper | IBusBootstrapper | |
dataReceiver | IDataReceiver | |
handlingProcessorStandard | HandlingProcessorStandard | |
handlingProcessorInfrastructure | HandlingProcessorInfrastructure | |
networkProcessor | PersistenceSynchronizationProcessor | |
messageTargetsHandler | MessageTargetsHandler | |
networkSender | NetworkSender | |
heartbeatManager | IHeartbeatManager | |
queueConfiguration | IQueueConfiguration | |
리턴 | System.Threading |
public Send ( ICommand command ) : IBlockableUntilCompletion | ||
command | ICommand | |
리턴 | IBlockableUntilCompletion |