Uses of Class
com.rabbitmq.stream.impl.Client.Response
Package
Description
Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client.
-
Uses of Client.Response in com.rabbitmq.stream.impl
Modifier and TypeMethodDescriptionClient.declarePublisher
(byte publisherId, String publisherReference, String stream) Client.deletePublisher
(byte publisherId) Client.subscribe
(byte subscriptionId, String stream, OffsetSpecification offsetSpecification, int credit) Subscribe to receive messages from a stream.Client.subscribe
(byte subscriptionId, String stream, OffsetSpecification offsetSpecification, int initialCredits, Map<String, String> properties) Subscribe to receive messages from a stream.Client.unsubscribe
(byte subscriptionId)