This documentation is for WSO2 CEP 3.0.0. View the home page of the latest release.

Unknown macro: {next_previous_link3}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

An event builder converts different input event formats such as WSO2Event, XML, Map (Key-value pairs), JSON into a uniform format that is supported by the CEP or any other event consumer. It handles input mappings for the CEP.

To create an event builder via the management console UI, you must have an event stream definition and an input event adaptor added before hand.

For an event builder to be active, the stream to which that builder is publishing must be defined. Also, for WSO2 events, the incoming stream definition also must be defined.


This section covers different types of event builders that CEP supports and how to configure them:

Default Event Builders

A default event builder is created every time you create a stream definition (or if a stream definition is created by a client sending events). This event builder will be a WSO2Event Event Builder with custom mapping disabled. The name will be automatically generated according to the name of the stream as <stream_name>_<version>. e.g. if the stream is named org.wso2.mediation.stats, with the version 1.0.0, the event builder name will be org.wso2.mediation.stats_1.0.0

  • No labels