Class SourceApiV3Resource
- java.lang.Object
-
- org.apache.pulsar.functions.worker.rest.FunctionApiResource
-
- org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
-
- org.apache.pulsar.functions.worker.rest.api.v3.SourceApiV3Resource
-
- All Implemented Interfaces:
java.util.function.Supplier<WorkerService>
@Path("/source") @Produces("application/json") @Consumes("application/json") @Deprecated public class SourceApiV3Resource extends SourcesApiV3ResourceDeprecated.
-
-
Field Summary
-
Fields inherited from class org.apache.pulsar.functions.worker.rest.FunctionApiResource
ATTRIBUTE_FUNCTION_WORKER, httpRequest, ORIGINAL_PRINCIPAL_HEADER, servletContext, uri
-
-
Constructor Summary
Constructors Constructor Description SourceApiV3Resource()Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.pulsar.functions.worker.rest.api.v3.SourcesApiV3Resource
deregisterSource, getSourceConfigDefinition, getSourceInfo, getSourceInstanceStatus, getSourceList, getSourceStatus, listSources, registerSource, reloadSources, restartSource, restartSource, startSource, startSource, stopSource, stopSource, updateSource
-
Methods inherited from class org.apache.pulsar.functions.worker.rest.FunctionApiResource
authParams, clientAppId, clientAuthData, get
-
-