C# Class HaywireMQ.Server.HaywireServer

Service that manages all the message queues.
Mostrar archivo Open project: kellabyte/HaywireMQ

Public Methods

Method Description
HaywireServer ( ) : System

Initializes a new instance of the HaywireServer class.

HaywireServer ( DriverCatalog catalog ) : System

Initializes a new instance of the HaywireServer class.

Start ( ) : void

Start the HaywireServer. Initializes and starts message channels, message store and message queues.

Private Methods

Method Description
InitializeMessageChannel ( ) : void
InitializeMessageStore ( ) : void
LoadMessageQueues ( ) : void

Method Details

HaywireServer() public method

Initializes a new instance of the HaywireServer class.
public HaywireServer ( ) : System
return System

HaywireServer() public method

Initializes a new instance of the HaywireServer class.
public HaywireServer ( DriverCatalog catalog ) : System
catalog DriverCatalog Catalog of drivers to use.
return System

Start() public method

Start the HaywireServer. Initializes and starts message channels, message store and message queues.
public Start ( ) : void
return void