Uses of Interface
org.apache.pulsar.functions.instance.JavaInstanceRunnable.AsyncResultConsumer
-
Packages that use JavaInstanceRunnable.AsyncResultConsumer Package Description org.apache.pulsar.functions.instance Provides the implementation of the Instance module for Pulsar Functions. -
-
Uses of JavaInstanceRunnable.AsyncResultConsumer in org.apache.pulsar.functions.instance
Methods in org.apache.pulsar.functions.instance with parameters of type JavaInstanceRunnable.AsyncResultConsumer Modifier and Type Method Description JavaExecutionResultJavaInstance. handleMessage(org.apache.pulsar.functions.api.Record<?> record, java.lang.Object input, JavaInstanceRunnable.AsyncResultConsumer asyncResultConsumer, java.util.function.Consumer<java.lang.Throwable> asyncFailureHandler)
-