| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.async | |
| org.apache.flink.streaming.api.operators.async.queue |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
RichAsyncFunction.asyncInvoke(IN input,
ResultFuture<OUT> resultFuture) |
void |
AsyncFunction.asyncInvoke(IN input,
ResultFuture<OUT> resultFuture)
Trigger async operation for each stream input.
|
default void |
AsyncFunction.timeout(IN input,
ResultFuture<OUT> resultFuture)
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamRecordQueueEntry<OUT>
StreamElementQueueEntry implementation for StreamRecord. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.