This class introduces published properties and overloads some methods which are easier to use. More...
Public Member Functions | |
| THabariXBExpress (TComponent AOwner) | |
| Create a new HabariXBExpress instance. | |
| Connect () | |
| Connect. | |
| Disconnect () | |
| Disconnect. | |
| IMsgUnitList | Get () |
| Synchronous receive messages. | |
| IMsgUnitList | Erase () |
| The Erase method allows to erase messages in xmlBlaster. | |
| IPublishReturnQos | Publish (const AnsiString Msg) |
| Publish the message to the configured destination. | |
| ISubscribeReturnQos | Subscribe () |
| Subscribe to messages. | |
| IInterfaceList | UnSubscribe () |
| The UnSubscribe method allows to cancel message subscriptions in xmlBlaster. | |
Public Attributes | |
| Boolean | Active |
| Active. | |
| AnsiString | AboutXB |
| Version information. | |
| Host | |
| Server Host. | |
| Port | |
| Server Port. | |
| OnPing | |
| Event handler which will be called when the Server sends a ping message to the client. | |
| OnUpdate | |
| Event handler which will be called when the Server sends a message to the client. | |
| TOptionsConnect | OptionsConnect |
| Connect options. | |
| TOptionsDisconnect | OptionsDisconnect |
| Disconnect options. | |
| TOptionsErase | OptionsErase |
| Erase options. | |
| TOptionsGet | OptionsGet |
| Get options. | |
| TOptionsPublish | OptionsPublish |
| MessageTransformer options. | |
| TOptionsSubscribe | OptionsSubscribe |
| Subscribe options. | |
| TOptionsUnSubscribe | OptionsUnSubscribe |
| UnSubscribe options. | |
This class introduces published properties and overloads some methods which are easier to use.
| IMsgUnitList THabariXBExpress::Erase | ( | ) |
| IMsgUnitList THabariXBExpress::Get | ( | ) |
| IPublishReturnQos THabariXBExpress::Publish | ( | const AnsiString | Msg | ) |
Publish the message to the configured destination.
| Msg | the message content |
| ISubscribeReturnQos THabariXBExpress::Subscribe | ( | ) |
Subscribe to messages.
| IInterfaceList THabariXBExpress::UnSubscribe | ( | ) |
The UnSubscribe method allows to cancel message subscriptions in xmlBlaster.
To unSubscribe you pass the subscriptionId you got from subscribe.
| AnsiString THabariXBExpress.AboutXB |
Version information.
| Boolean THabariXBExpress.Active |
Active.
Connect options.
Disconnect options.
Erase options.
Get options.
MessageTransformer options.
Publish options.
Subscribe options.
UnSubscribe options.
1.6.1