Class IsolatedSupplier<T>

java.lang.Object
org.springframework.cloud.function.core.IsolatedSupplier<T>
Type Parameters:
T - supplied type
All Implemented Interfaces:
Supplier<T>, Isolated

@Deprecated public class IsolatedSupplier<T> extends Object implements Supplier<T>, Isolated
Deprecated.
since 3.1 no longer used by the framework
Author:
Dave Syer
  • Constructor Details

    • IsolatedSupplier

      public IsolatedSupplier(Supplier<T> supplier)
      Deprecated.
  • Method Details