Module lettuce.core

Interface DemandAware.Source

Enclosing interface:
DemandAware

public static interface DemandAware.Source
A DemandAware.Source provides data to a DemandAware and can be notified to produce more input for the command. Instances of implementing classes are required to be thread-safe as they are shared amongst multiple threads.
  • Method Summary

    Modifier and Type Method Description
    void requestMore()
    Signals demand to the DemandAware.Source