@InterfaceAudience.Public @InterfaceStability.Stable public interface SinkContext extends ConnectorContext
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getInputTopics()
Get a list of all input topics
|
String |
getSinkName()
The name of the sink that we are executing
|
default org.apache.pulsar.client.api.SubscriptionType |
getSubscriptionType()
Get subscription type used by the source providing data for the sink
|
deleteState, deleteStateAsync, getCounter, getCounterAsync, getInstanceId, getLogger, getNamespace, getNumInstances, getSecret, getState, getStateAsync, getStateStore, getTenant, incrCounter, incrCounterAsync, putState, putStateAsync, recordMetricCollection<String> getInputTopics()
String getSinkName()
default org.apache.pulsar.client.api.SubscriptionType getSubscriptionType()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.