Event channels are named endpoints of type
string to which an EPL program can send outgoing events. An application outside the correlator, written in any suitable language such as a C, C++, Java, can receive these outgoing events. The receiving application uses the Apama client API to subscribe to event channels and receive the events that are sent to the channels when EPL programs execute
emit statements. See
The emit statement.