- All Known Subinterfaces:
AsyncGeneratorFlow.Processor<E>
- All Known Implementing Classes:
BlockingQueueProcessor
- Enclosing interface:
- AsyncGeneratorFlow
public static interface AsyncGeneratorFlow.Dispatcher<E>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispatchAsync(AsyncGenerator.Data<E> data) voiddispatchSync(AsyncGenerator.Data<E> data)
-
Method Details
-
dispatchSync
- Throws:
InterruptedException
-
dispatchAsync
-