| 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 |
|---|---|
OffsetSpecification |
Client.ConsumerUpdateListener.handle(Client client,
byte subscriptionId,
boolean active) |
Object |
Client.ChunkListener.handle(Client client,
byte subscriptionId,
long offset,
long messageCount,
long dataSize)
Callback when a chunk is received as part of a deliver operation.
|
Copyright © 2024 Broadcom Inc. and/or its subsidiaries. All rights reserved.