Class SinkApiV3Resource
java.lang.Object
org.apache.pulsar.functions.worker.rest.FunctionApiResource
org.apache.pulsar.functions.worker.rest.api.v3.SinksApiV3Resource
org.apache.pulsar.functions.worker.rest.api.v3.SinkApiV3Resource
- All Implemented Interfaces:
Supplier<WorkerService>
@Produces("application/json")
@Consumes("application/json")
@Path("/sink")
@Deprecated
public class SinkApiV3Resource
extends SinksApiV3Resource
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.SinksApiV3Resource
deregisterSink, getSinkConfigDefinition, getSinkInfo, getSinkInstanceStatus, getSinkList, getSinkStatus, listSink, registerSink, reloadSinks, restartSink, restartSink, startSink, startSink, stopSink, stopSink, updateSinkMethods inherited from class org.apache.pulsar.functions.worker.rest.FunctionApiResource
authParams, clientAppId, clientAuthData, get
-
Constructor Details
-
SinkApiV3Resource
public SinkApiV3Resource()Deprecated.
-