EventHubConsumerGroup Interface
Implements
public interface EventHubConsumerGroup
extends NestedResource, HasManager<EventHubsManager>, Refreshable<EventHubConsumerGroup>, HasInnerModel<ConsumerGroupInner>, Updatable<Update>
Type representing consumer group of an event hub.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Offset |
createdAt()
Gets creation time of the consumer group. |
abstract String |
eventHubName()
Gets the name of the parent event hub. |
abstract String |
namespaceName()
Gets the namespace name of parent event hub. |
abstract String |
namespaceResourceGroupName()
Gets the resource group of the namespace where parent event hub resides. |
abstract
Offset |
updatedAt()
Gets last modified time of the consumer group. |
abstract String |
userMetadata()
Gets user metadata associated with the consumer group. |
Method Details
createdAt
public abstract OffsetDateTime createdAt()
Gets creation time of the consumer group.
Returns:
eventHubName
public abstract String eventHubName()
Gets the name of the parent event hub.
Returns:
namespaceName
public abstract String namespaceName()
Gets the namespace name of parent event hub.
Returns:
namespaceResourceGroupName
public abstract String namespaceResourceGroupName()
Gets the resource group of the namespace where parent event hub resides.
Returns:
updatedAt
public abstract OffsetDateTime updatedAt()
Gets last modified time of the consumer group.
Returns:
userMetadata
public abstract String userMetadata()
Gets user metadata associated with the consumer group.
Returns:
Applies to
Azure SDK for Java