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:
Supplier<WorkerService>
@Path("/source")
@Produces("application/json")
@Consumes("application/json")
@Deprecated
public class SourceApiV3Resource
extends SourcesApiV3Resource
Deprecated.
-
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 -
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, updateSourceMethods inherited from class org.apache.pulsar.functions.worker.rest.FunctionApiResource
authParams, clientAppId, clientAuthData, get
-
Constructor Details
-
SourceApiV3Resource
public SourceApiV3Resource()Deprecated.
-