Class BaseExternalFlux<T>

    • Constructor Detail

      • BaseExternalFlux

        public BaseExternalFlux()
    • Method Detail

      • getNewValues

        protected abstract Set<T> getNewValues()
        Implements this method to return all the new values. Those values will be sent to the strategy.
        Returns:
        list of new values
      • update

        public final void update()
        Method executed when values must be updated (usually called by schedulers).