Interface FluxWrapper<T>

Type Parameters:
T - target type
All Known Implementing Classes:
FluxConsumer, FluxedConsumer, FluxedFunction, FluxFunction, FluxSupplier, FluxToMonoFunction, MonoSupplier, MonoToFluxFunction, WrappedFunction

@Deprecated public interface FluxWrapper<T>
Deprecated.
since 3.1 no longer used by the framework
Author:
Dave Syer
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
  • Method Details

    • getTarget

      T getTarget()
      Deprecated.