Interface OutboundChannelModelBuilder


  • public interface OutboundChannelModelBuilder
    A builder to create an OutboundChannelModel instance. which represents a channel to send events to the 'outside world'. An OutboundChannelModel consists of the following parts: - An adapter that defines how/where the events are sent, each with specific configurations. - An event processing pipeline that - allows for serialization to the proper format - (Optionally) custom steps (or override any of the above)
    Author:
    Joram Barrez