protected class BackgroundTaskQueue.BackgroundableTaskData extends java.lang.Object implements BackgroundTaskQueue.TaskData
EMPTY_CONSUMER
Modifier and Type | Method and Description |
---|---|
void |
consume(java.lang.Runnable continuation) |
public void consume(java.lang.Runnable continuation)
consume
in interface Consumer<java.lang.Runnable>
continuation
- consequently takes value of each element of the set this processor is passed to for processing.
t is supposed to be a not-null value. If you need to pass null
s to the consumer use NullableConsumer
instead