C# Класс HaywireMQ.Server.HaywireServer

Service that manages all the message queues.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
InitializeMessageChannel ( ) : void
InitializeMessageStore ( ) : void
LoadMessageQueues ( ) : void

Описание методов

HaywireServer() публичный Метод

Initializes a new instance of the HaywireServer class.
public HaywireServer ( ) : System
Результат System

HaywireServer() публичный Метод

Initializes a new instance of the HaywireServer class.
public HaywireServer ( DriverCatalog catalog ) : System
catalog DriverCatalog Catalog of drivers to use.
Результат System

Start() публичный Метод

Start the HaywireServer. Initializes and starts message channels, message store and message queues.
public Start ( ) : void
Результат void