Click or drag to resize

IMessageBusSubscriptionTMessage Interface

Defines the interface for an InterApplicationBus subscription with a generic message type.

Namespace:  Openfin.Desktop.Messaging
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public interface IMessageBusSubscription<TMessage> : IMessageBusSubscription

Type Parameters

TMessage
The type of the message data.

The IMessageBusSubscriptionTMessage type exposes the following members.

Properties
  NameDescription
Public propertySource
The Openfin entity which is being subscribed to.
(Inherited from IMessageBusSubscription.)
Public propertyTopic
The topic of the subscription.
(Inherited from IMessageBusSubscription.)
Top
Events
  NameDescription
Public eventMessageReceived
Occurs when a message is received on the current subscription.
Top
See Also