Uses of Class
org.apache.pulsar.common.policies.data.SourceStatus
Packages that use SourceStatus
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of SourceStatus in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return SourceStatusModifier and TypeMethodDescriptionSources.getSourceStatus
(String tenant, String namespace, String source) Gets the current status of a source.Methods in org.apache.pulsar.client.admin that return types with arguments of type SourceStatusModifier and TypeMethodDescriptionSources.getSourceStatusAsync
(String tenant, String namespace, String source) Gets the current status of a source asynchronously.