10.24.0

IDispatchTarget Interface

It encapsulates an ISubscription and message callback delegate. This tuple is used as an argument for IMessageDispatcher operations.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public interface IDispatchTarget

Properties

MessageHandler The callback delegate to which the matching messages are delivered to.
Subscription The ISubscription used to attract messages with matching destinations.

See Also