Interface | Description |
---|---|
AuthorizeBrokerRequestCallback |
Callback which is called by broker to authorize publish, subscribe or unsubscribe operation.
|
IDuplexBroker |
Broker component.
|
IDuplexBrokerClient |
Publishes and subscribes messages in the broker.
|
IDuplexBrokerFactory |
Declares the factory to create the broker and the broker client.
|
Class | Description |
---|---|
BrokerMessage |
Internal message used between DuplexBroker and DuplexBrokerClient.
|
BrokerMessageReceivedEventArgs |
Event arguments of the message received from the broker.
|
DuplexBrokerFactory |
Creates broker and broker client.
|
PublishInfoEventArgs |
Event argument used when the broker published a message.
|
SubscribeInfoEventArgs |
Event argument used when the broker subscribed or unsubscribed a client.
|
Enum | Description |
---|---|
EBrokerRequest |
Specifies the internal broker request inside the
BrokerMessage . |