C# (CSharp) paramore.brighter.serviceactivator Namespace

Nested Namespaces

paramore.brighter.serviceactivator.Ports
paramore.brighter.serviceactivator.TestHelpers
paramore.brighter.serviceactivator.controlbus

Classes

Name Description
Connection
ConnectionBuilder
DispatchBuilder Class DispatchBuilder. A fluent builder used to simplify construction of instances of the Dispatcher. Begin by calling With() and the syntax will then provide you with progressive interfaces to manage the requirements for a complete Dispatcher via Intellisense in the IDE. The intent is to make it easier to recognize those dependencies that you need to configure
Dispatcher Class Dispatcher. The 'core' Service Activator class, the Dispatcher controls and co-ordinates the creation of readers from channels, and dispatching the commands and events translated from those messages to handlers. It controls the lifetime of the application through Receive and End and allows the stop and start of individual connections through Open and Shut
MessageMappingException
Performer