| Package | Description |
|---|---|
| org.apache.pulsar.functions.instance |
Provides the implementation of the Instance module for Pulsar Functions.
|
| Modifier and Type | Method and Description |
|---|---|
JavaExecutionResult |
JavaInstance.handleMessage(Record<?> record,
Object input) |
JavaExecutionResult |
JavaInstance.handleMessage(Record<?> record,
Object input,
JavaInstanceRunnable.AsyncResultConsumer asyncResultConsumer,
Consumer<Throwable> asyncFailureHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaInstanceRunnable.AsyncResultConsumer.accept(Record record,
JavaExecutionResult javaExecutionResult) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.