Interface IMessagingBehaviorBindingRegistry
Namespace: Cephalon.Behaviors.Messaging.Abstractions
Assembly: Cephalon.Behaviors.Messaging.dll
Provides lookup and enumeration of all registered
public interface IMessagingBehaviorBindingRegistryProperties
Section titled “Properties”Gets all registered bindings in registration order.
IReadOnlyList<IMessagingBehaviorBinding> All { get; }Property Value
Section titled “Property Value”IReadOnlyList<IMessagingBehaviorBinding>
Methods
Section titled “Methods”GetBinding(string)
Section titled “ GetBinding(string)”Returns the binding registered for transportId,
or null if none is registered.
IMessagingBehaviorBinding? GetBinding(string transportId)Parameters
Section titled “Parameters”transportId string
The canonical transport identifier, e.g. “rabbitmq”.
Returns
Section titled “Returns”The matching binding, or null.