Developing Apama Applications > Apama EPL Reference > Events and Event Listeners > Event channels
Event channels
Adapter and client configurations can specify the channel to deliver events to. A channel is a string name that contexts and receivers can subscribe to in order to receive particular events. In EPL, you can send an event to a specified channel. Sending an event to a channel delivers it to any contexts that are subscribed to that channel, and to any clients or adapters that are listening on that channel.
You can use the com.apama.Channel type to send an event to a channel or context. The Channel type holds a string or a context. When it holds a string an event is sent to the channel that has that name. When it holds a context an event is sent to that context.
Copyright © Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its Subsidiaries and or/its Affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.