Uses of Class
com.rabbitmq.stream.impl.Client.Response
-
Packages that use Client.Response Package Description com.rabbitmq.stream.impl 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.impl Modifier and Type Class Description static classClient.QueryOffsetResponseMethods in com.rabbitmq.stream.impl that return Client.Response Modifier and Type Method Description Client.ResponseClient. create(String stream)Client.ResponseClient. create(String stream, Map<String,String> arguments)Client.ResponseClient. declarePublisher(byte publisherId, String publisherReference, String stream)Client.ResponseClient. delete(String stream)Client.ResponseClient. deletePublisher(byte publisherId)Client.ResponseClient. subscribe(byte subscriptionId, String stream, OffsetSpecification offsetSpecification, int credit)Subscribe to receive messages from a stream.Client.ResponseClient. subscribe(byte subscriptionId, String stream, OffsetSpecification offsetSpecification, int initialCredits, Map<String,String> properties)Subscribe to receive messages from a stream.Client.ResponseClient. unsubscribe(byte subscriptionId)
-