Uses of Class
org.apache.pulsar.functions.instance.JavaExecutionResult
Packages that use JavaExecutionResult
Package
Description
Provides the implementation of the Instance module for Pulsar Functions.
-
Uses of JavaExecutionResult in org.apache.pulsar.functions.instance
Methods in org.apache.pulsar.functions.instance that return JavaExecutionResultModifier and TypeMethodDescriptionJavaInstance.handleMessage(Record<?> record, Object input) JavaInstance.handleMessage(Record<?> record, Object input, JavaInstanceRunnable.AsyncResultConsumer asyncResultConsumer, Consumer<Throwable> asyncFailureHandler) Methods in org.apache.pulsar.functions.instance with parameters of type JavaExecutionResultModifier and TypeMethodDescriptionvoidJavaInstanceRunnable.AsyncResultConsumer.accept(Record record, JavaExecutionResult javaExecutionResult)