Class SinkHandler<S extends State>

  • Type Parameters:
    S - current state for the Sink Holder

    public abstract class SinkHandler<S extends State>
    extends Object
    SinkHandler is an optional interface before SinkMapper. It will do optional processing to the events before sending the events to the desired mapper
    • Constructor Detail

      • SinkHandler

        public SinkHandler()