WSO2Event event publisher handles WSO2 events. It sends WSO2 events over Thrift using TCP, SSL/ TCP, HTTP, and HTTPS protocols to any external server, which can receive them.
...
Adapter Property | Description | Configuration file property | Example |
---|---|---|---|
Receiver URL | The URL of the target receiver. | receiverURL |
|
Authenticator URL | The URL of the authenticatorauthenticator. By default, the port of this URL is derived by adding 100 to the port of the receiver URL. You can change it as required. | authenticatorURL |
|
User Name | Username for the listener. | username |
|
Password | Password for the listener. | password | wso2event-password |
Protocol | The communication protocol that is used to publish events. | protocol | thrift/binary |
Publishing Mode | Events The mode for publishing modeevents. Non-blocking refers to asynchronous publishing, and blocking refers to synchronous publishing. | publishingMode | non-blocking/blocking |
Publishing Timeout | Positive The positive integer to denote the timeout for the non-blocking publishing mode. | publishTimeout | 0 |
...