Uses of Class
com.rabbitmq.stream.impl.Client.Response
Packages that use 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
Subclasses of Client.Response in com.rabbitmq.stream.implMethods in com.rabbitmq.stream.impl that return Client.ResponseModifier 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)