Package | Description |
---|---|
com.azure.messaging.eventhubs.models |
Package containing classes used for creating and configuring events that are being sent-to and received-from Azure
Event Hubs service.
|
Modifier and Type | Method and Description |
---|---|
PartitionOwnership |
PartitionOwnership.setConsumerGroup(String consumerGroup)
Sets the consumer group name associated with this ownership record.
|
PartitionOwnership |
PartitionOwnership.setETag(String eTag)
Sets the ETag with the last known successful update to partition ownership record.
|
PartitionOwnership |
PartitionOwnership.setEventHubName(String eventHubName)
Sets the Event Hub name associated with this ownership record.
|
PartitionOwnership |
PartitionOwnership.setFullyQualifiedNamespace(String fullyQualifiedNamespace)
Sets the fully qualified namespace of the Event Hub.
|
PartitionOwnership |
PartitionOwnership.setLastModifiedTime(Long lastModifiedTime)
Sets the last modified time of this ownership record as epoch millis.
|
PartitionOwnership |
PartitionOwnership.setOwnerId(String ownerId)
Returns the unique event processor identifier that owns the partition id in this ownership record.
|
PartitionOwnership |
PartitionOwnership.setPartitionId(String partitionId)
Sets the partition id associated with this ownership record.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.