ConsumerGroupsClient Interface
public interface ConsumerGroupsClient
An instance of this class provides access to all the operations defined in ConsumerGroupsClient.
Method Summary
Method Details
createOrUpdate
public abstract ConsumerGroupInner createOrUpdate(String resourceGroupName, String namespaceName, String eventHubName, String consumerGroupName, ConsumerGroupInner parameters)
Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String namespaceName, String eventHubName, String consumerGroupName)
Deletes a consumer group from the specified Event Hub and resource group.
Parameters:
deleteAsync
public abstract Mono
Deletes a consumer group from the specified Event Hub and resource group.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes a consumer group from the specified Event Hub and resource group.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a consumer group from the specified Event Hub and resource group.
Parameters:
Returns:
get
public abstract ConsumerGroupInner get(String resourceGroupName, String namespaceName, String eventHubName, String consumerGroupName)
Gets a description for the specified consumer group.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a description for the specified consumer group.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a description for the specified consumer group.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a description for the specified consumer group.
Parameters:
Returns:
listByEventHub
public abstract PagedIterable
Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace.
Parameters:
Returns:
listByEventHub
public abstract PagedIterable
Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace.
Parameters:
Returns:
listByEventHubAsync
public abstract PagedFlux
Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace.
Parameters:
Returns:
listByEventHubAsync
public abstract PagedFlux
Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace.
Parameters:
Returns:
Applies to
Azure SDK for Java