IDispatcher interface

The Dispatcher API is contained in the interface IDispatcher. This interface sends offers to targeted gateways.

Since there is only one instance of this class for each configured dispatcher, the implementation of this interface must be stateless from the perspective of Unica Interact.

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/SampleDispatcher.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:
  • dispatch