| Package | Description |
|---|---|
| com.rabbitmq.stream.impl |
Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client.
|
| Modifier and Type | Method and Description |
|---|---|
Client.Broker |
Client.StreamMetadata.getLeader() |
| Modifier and Type | Method and Description |
|---|---|
List<Client.Broker> |
Client.StreamMetadata.getReplicas() |
| Constructor and Description |
|---|
StreamMetadata(String stream,
short responseCode,
Client.Broker leader,
List<Client.Broker> replicas) |
| Constructor and Description |
|---|
StreamMetadata(String stream,
short responseCode,
Client.Broker leader,
List<Client.Broker> replicas) |
Copyright © 2024 Broadcom Inc. and/or its subsidiaries. All rights reserved.