Class AggregatingMessageProducer<S,​T>

    • Constructor Detail

      • AggregatingMessageProducer

        public AggregatingMessageProducer​(java.lang.String id,
                                          AggregationPolicy<S,​T,​?> policy)
    • Method Detail

      • dispatch

        public abstract void dispatch​(T message)
      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception