Uses of Interface
org.apache.pulsar.functions.worker.service.api.Sinks
-
Packages that use Sinks Package Description org.apache.pulsar.functions.worker org.apache.pulsar.functions.worker.rest.api org.apache.pulsar.functions.worker.service Pulsar Functions Worker Service. -
-
Uses of Sinks in org.apache.pulsar.functions.worker
Methods in org.apache.pulsar.functions.worker that return Sinks Modifier and Type Method Description Sinks<? extends WorkerService>WorkerService. getSinks()Get the sinks service. -
Uses of Sinks in org.apache.pulsar.functions.worker.rest.api
Classes in org.apache.pulsar.functions.worker.rest.api that implement Sinks Modifier and Type Class Description classSinksImpl -
Uses of Sinks in org.apache.pulsar.functions.worker.service
Methods in org.apache.pulsar.functions.worker.service that return Sinks Modifier and Type Method Description Sinks<? extends WorkerService>WorkerServiceWithClassLoader. getSinks()
-