Uses of Class
org.apache.pulsar.functions.worker.service.WorkerServiceDefinition
-
Packages that use WorkerServiceDefinition Package Description org.apache.pulsar.functions.worker.service Pulsar Functions Worker Service. -
-
Uses of WorkerServiceDefinition in org.apache.pulsar.functions.worker.service
Methods in org.apache.pulsar.functions.worker.service that return WorkerServiceDefinition Modifier and Type Method Description static WorkerServiceDefinitionWorkerServiceLoader. getWorkerServiceDefinition(java.lang.String narPath, java.lang.String narExtractionDirectory)Retrieve the functions worker service definition from the provided worker service nar package.
-