Class OutboundRouter<TMessage>
Inheritance
System.Object
OutboundRouter<TMessage>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Silverback.Messaging.Outbound.Routing
Assembly: Silverback.Integration.dll
Syntax
public abstract class OutboundRouter<TMessage> : IOutboundRouter<TMessage>, IOutboundRouter
Type Parameters
Name | Description |
---|---|
TMessage |
Properties
| Improve this doc View sourceEndpoints
Declaration
public abstract IEnumerable<IProducerEndpoint> Endpoints { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IProducerEndpoint> |
Methods
| Improve this doc View sourceGetDestinationEndpoints(TMessage, MessageHeaderCollection)
Declaration
public abstract IEnumerable<IProducerEndpoint> GetDestinationEndpoints(TMessage message, MessageHeaderCollection headers)
Parameters
Type | Name | Description |
---|---|---|
TMessage | message | |
MessageHeaderCollection | headers |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IProducerEndpoint> |
Explicit Interface Implementations
| Improve this doc View sourceIOutboundRouter.GetDestinationEndpoints(Object, MessageHeaderCollection)
Declaration
IEnumerable<IProducerEndpoint> IOutboundRouter.GetDestinationEndpoints(object message, MessageHeaderCollection headers)
Parameters
Type | Name | Description |
---|---|---|
System.Object | message | |
MessageHeaderCollection | headers |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IProducerEndpoint> |