WSO2Event input event adapter is used to receive events in the WSO2Event format via Thrift or binary protocols. By default it uses the following ports to retrieve events.
...
For instructions on creating an email input a WSO2Event input event adapter, see Receiving Events.
...
Info |
---|
After entering the above adapter properties, select the Event Stream to which you want to map the incoming events, and the Message Format which you want to apply on the receiving events. Also, click Advanced to define custom input mappings based on the Message Format you selected. For more information on custom input mapping types, see Receiving Events in Various Event FormatsInput Mapping Types. |
You can also define the respective adapter properties of the event receiver based on the transport type within the <from>
element of the event receiver configuration in the<CEP_HOME>/repository/deployment/server/eventreceivers/
directory as follows.
...
Adapter Property | Description | Configuration file property | Example |
---|---|---|---|
Is events duplicated in cluster | In a cluster whether the same event can reach two receiver nodes | events.duplicated.in.cluster | true/false |