Class SlidingAggregator<T>

java.lang.Object
com.fluxtion.ext.streaming.api.window.SlidingAggregator<T>
All Implemented Interfaces:
Stateful<T>, Wrapper<T>

public class SlidingAggregator<T>
extends java.lang.Object
implements Wrapper<T>
Author:
Greg Higgins [email protected]
  • Constructor Details

  • Method Details

    • aggregate

      public void aggregate()
    • event

      public T event()
      Description copied from interface: Wrapper
      The wrapped node
      Specified by:
      event in interface Wrapper<T>
      Returns:
      the wrapped node
    • eventClass

      public java.lang.Class<T> eventClass()
      Description copied from interface: Wrapper
      The type of the wrapped node
      Specified by:
      eventClass in interface Wrapper<T>
      Returns:
      wrapped node class
    • init

      public void init()