EventHubConsumerGroups Interface
Implements
public interface EventHubConsumerGroups
extends SupportsCreating<Blank>, SupportsDeletingById, SupportsGettingById<EventHubConsumerGroup>, HasManager<EventHubsManager>
Entry point to manage event hub consumer groups.
Method Summary
Method Details
deleteByName
public abstract void deleteByName(String resourceGroupName, String namespaceName, String eventHubName, String name)
Deletes a consumer group of an event hub in a namespace under a resource group.
Parameters:
deleteByNameAsync
public abstract Mono
Deletes a consumer group of an event hub in a namespace under a resource group.
Parameters:
Returns:
getByName
public abstract EventHubConsumerGroup getByName(String resourceGroupName, String namespaceName, String eventHubName, String name)
Gets a consumer group of an event hub in a namespace under a resource group.
Parameters:
Returns:
getByNameAsync
public abstract Mono
Gets a consumer group of an event hub in a namespace in a resource group.
Parameters:
Returns:
listByEventHub
public abstract PagedIterable
Lists the consumer groups of an event hub in a namespace under a resource group.
Parameters:
Returns:
listByEventHubAsync
public abstract PagedFlux
Lists the consumer groups of an event hub in a namespace under a resource group.
Parameters:
Returns:
Applies to
Azure SDK for Java