Interface FlowConsumerAdapter<T>

All Superinterfaces:
Consumer<T>
All Known Implementing Classes:
BaseConsumerAdapter

public interface FlowConsumerAdapter<T> extends Consumer<T>
  • Method Details

    • getConsumerAdaptee

      Object getConsumerAdaptee()
    • setConsumerAdaptee

      void setConsumerAdaptee(Object consumerAdaptee)