GSF.
|
Class | Description | |
---|---|---|
ClientInfo | Represents information about a client connected to the ServiceBusService to produce/consume Messages. | |
Message | Represents a message that can be used to exchange information between processes using ServiceBusService. | |
RegistrationInfo | Represents information about a registration with the ServiceBusService to produce/consume Messages. | |
RegistrationRequest | Represents a request to register with the ServiceBusService to produce or consume Messages. | |
ServiceBusSecurityPolicy | Represents an authorization policy that can be used for enabling role-based security on ServiceBusService. | |
ServiceBusService | A service bus for event-based messaging between disjoint systems. |
Interface | Description | |
---|---|---|
IServiceBusService | Defines a service bus for event-based messaging between disjoint systems. | |
IServiceBusServiceCallback | Defines a callback contract that must be implemented by clients of ServiceBusService for receiving Messages. |
Enumeration | Description | |
---|---|---|
MessageProcessingMode | Indicates how the distribution of Messages is processed by the ServiceBusService. | |
MessageType | Indicates how a Message is distributed by the ServiceBusService. | |
RegistrationType | Indicates the intent of the RegistrationRequest. |