Uses of Interface
org.apache.pulsar.functions.instance.JavaInstanceRunnable.AsyncResultConsumer
Packages that use JavaInstanceRunnable.AsyncResultConsumer
Package
Description
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.AsyncResultConsumerModifier and TypeMethodDescriptionJavaInstance.handleMessage(Record<?> record, Object input, JavaInstanceRunnable.AsyncResultConsumer asyncResultConsumer, Consumer<Throwable> asyncFailureHandler)