Uses of Interface
org.apache.pulsar.functions.worker.service.api.Component
Packages that use Component
Package
Description
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 ComponentModifier and TypeClassDescriptionclassclassclassclass -
Uses of Component in org.apache.pulsar.functions.worker.service.api
Subinterfaces of Component in org.apache.pulsar.functions.worker.service.apiModifier and TypeInterfaceDescriptioninterfaceFunctions<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.