Namespace Silverback.Messaging.Producing.Routing
Classes
- OutboundEnvelopeFactory
The factory used to build the IOutboundEnvelope or IOutboundEnvelope<TMessage> instances.
- OutboundRouterBehavior
Routes the messages to the producer by wrapping them in an IOutboundEnvelope<TMessage> that is republished to the bus.
- RoutingException
The exception that is thrown when the outbound message(s) cannot be routed.
Interfaces
- IMessageWrapper
Wraps the messages in an IOutboundEnvelope<TMessage> and produces them using the specified producers.