Uses of Class
com.rabbitmq.stream.impl.Client
-
Packages that use Client Package Description com.rabbitmq.stream.impl Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client. -
-
Uses of Client in com.rabbitmq.stream.impl
Methods in com.rabbitmq.stream.impl with parameters of type Client Modifier and Type Method Description ObjectClient.ChunkListener. handle(Client client, byte subscriptionId, long offset, long messageCount, long dataSize)Callback when a chunk is received as part of a deliver operation.OffsetSpecificationClient.ConsumerUpdateListener. handle(Client client, byte subscriptionId, boolean active)
-