IGateway interface

The Gateway API is contained in the interface IGateway. This interface receives offers from Unica Interact and sends the offers to their destination.

Each implementation of this interface communicates with a particular destination. The destination must perform the necessary data transformation, attribute population, and similar destination related work.

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/SampleOutboundGateway.java.

Note: The sample implementation is intended to be used only as an example. You should not use this sample in your implementation. For example: SampleOutboundGateway is included under sample directory for implementation reference.
The interface consists of two methods:
  • deliver
  • validate