TopicsClient Interface
public interface TopicsClient
An instance of this class provides access to all the operations defined in TopicsClient.
Method Summary
Method Details
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String organizationName, String environmentId, String clusterId, String topicName)
Delete confluent topic by name.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String organizationName, String environmentId, String clusterId, String topicName, Context context)
Delete confluent topic by name.
Parameters:
Returns:
create
public abstract TopicRecordInner create(String resourceGroupName, String organizationName, String environmentId, String clusterId, String topicName)
Create confluent topics by Name.
Parameters:
Returns:
createWithResponse
public abstract Response<TopicRecordInner> createWithResponse(String resourceGroupName, String organizationName, String environmentId, String clusterId, String topicName, TopicRecordInner body, Context context)
Create confluent topics by Name.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String organizationName, String environmentId, String clusterId, String topicName)
Delete confluent topic by name.
Parameters:
delete
public abstract void delete(String resourceGroupName, String organizationName, String environmentId, String clusterId, String topicName, Context context)
Delete confluent topic by name.
Parameters:
get
public abstract TopicRecordInner get(String resourceGroupName, String organizationName, String environmentId, String clusterId, String topicName)
Get confluent topic by Name.
Parameters:
Returns:
getWithResponse
public abstract Response<TopicRecordInner> getWithResponse(String resourceGroupName, String organizationName, String environmentId, String clusterId, String topicName, Context context)
Get confluent topic by Name.
Parameters:
Returns:
list
public abstract PagedIterable<TopicRecordInner> list(String resourceGroupName, String organizationName, String environmentId, String clusterId)
Lists of all the topics in a clusters.
Parameters:
Returns:
list
public abstract PagedIterable<TopicRecordInner> list(String resourceGroupName, String organizationName, String environmentId, String clusterId, Integer pageSize, String pageToken, Context context)
Lists of all the topics in a clusters.
Parameters:
Returns: