IChannelSelector interface

The Channel Selector API is contained in the interface IChannelSelector. This interface allows you to selects the outbound channels based on the offer to be sent and session attributes.

For a sample implementation of how to use the Triggered Message Action, including commented descriptions of how the example was implemented, see Interact_home/samples/triggeredmessage/SampleChannelSelector.java.

Note: The sample implementation is intended to be used only as an example. You should not use this sample in your implementation.

You should try to use this implementation instead of writing your own.

The interface consists of one method:
  • selectChannels