Uses of Class
org.apache.pulsar.functions.instance.JavaExecutionResult
-
Packages that use JavaExecutionResult Package Description org.apache.pulsar.functions.instance 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 JavaExecutionResult Modifier and Type Method Description JavaExecutionResultJavaInstance. handleMessage(org.apache.pulsar.functions.api.Record<?> record, java.lang.Object input)JavaExecutionResultJavaInstance. handleMessage(org.apache.pulsar.functions.api.Record<?> record, java.lang.Object input, JavaInstanceRunnable.AsyncResultConsumer asyncResultConsumer, java.util.function.Consumer<java.lang.Throwable> asyncFailureHandler)Methods in org.apache.pulsar.functions.instance with parameters of type JavaExecutionResult Modifier and Type Method Description voidJavaInstanceRunnable.AsyncResultConsumer. accept(org.apache.pulsar.functions.api.Record record, JavaExecutionResult javaExecutionResult)
-