Uses of Class
org.apache.pulsar.common.policies.data.SinkStatus
Packages that use SinkStatus
-
Uses of SinkStatus in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return SinkStatusModifier and TypeMethodDescriptionSinks.getSinkStatus
(String tenant, String namespace, String sink) Gets the current status of a sink.Methods in org.apache.pulsar.client.admin that return types with arguments of type SinkStatusModifier and TypeMethodDescriptionSinks.getSinkStatusAsync
(String tenant, String namespace, String sink) Gets the current status of a sink asynchronously.