Uses of Interface
org.apache.pulsar.functions.worker.service.api.FunctionsV2
-
Packages that use FunctionsV2 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 FunctionsV2 in org.apache.pulsar.functions.worker
Methods in org.apache.pulsar.functions.worker that return FunctionsV2 Modifier and Type Method Description FunctionsV2<? extends WorkerService>WorkerService. getFunctionsV2()Get the functions service (v2). -
Uses of FunctionsV2 in org.apache.pulsar.functions.worker.rest.api
Classes in org.apache.pulsar.functions.worker.rest.api that implement FunctionsV2 Modifier and Type Class Description classFunctionsImplV2 -
Uses of FunctionsV2 in org.apache.pulsar.functions.worker.service
Methods in org.apache.pulsar.functions.worker.service that return FunctionsV2 Modifier and Type Method Description FunctionsV2<? extends WorkerService>WorkerServiceWithClassLoader. getFunctionsV2()
-