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 | URL of the target receiver | receiverURL | tcp://localhost:7661 |
Authenticator URL | URL of the authenticator | authenticatorURL | tcp://auth-host:7661 |
User Name | Username for the listener | username | wso2event-user |
Password | Password for the listener | password | wso2event-password |
Protocol | The communication protocol that will be used to publish events | protocol | thrift/binary |
Publishing Mode | Events publishing mode. Non-blocking refers to asynchronous publishing, and blocking refers to synchronous publishing | publishingMode | non-blocking/blocking |
Publishing Timeout | Positive integer to denote the timeout for the non-blocking publishing mode | publishTimeout | 0 |
Related samples
For more information on wso2event
event publisher type, see the following samples in WSO2 CEP Documentation.