- 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 voidrequestMore()Signals demand to theDemandAware.Source
-
Method Details
-
requestMore
void requestMore()Signals demand to theDemandAware.Source
-