Uses of Interface
org.apache.pulsar.functions.worker.service.api.Component
-
Packages that use Component Package Description org.apache.pulsar.functions.worker.rest.api org.apache.pulsar.functions.worker.service.api Pulsar Worker Services API. -
-
Uses of Component in org.apache.pulsar.functions.worker.rest.api
Classes in org.apache.pulsar.functions.worker.rest.api that implement Component Modifier and Type Class Description classComponentImplclassFunctionsImplclassSinksImplclassSourcesImpl -
Uses of Component in org.apache.pulsar.functions.worker.service.api
Subinterfaces of Component in org.apache.pulsar.functions.worker.service.api Modifier and Type Interface Description interfaceFunctions<W extends WorkerService>The service to manage functions.interfaceSinks<W extends WorkerService>The service to manage sinks.interfaceSources<W extends WorkerService>The service to manage sources.
-