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 class
Client.QueryOffsetResponse
Methods in com.rabbitmq.stream.impl that return Client.Response Modifier and Type Method Description Client.Response
Client. create(String stream)
Client.Response
Client. create(String stream, Map<String,String> arguments)
Client.Response
Client. declarePublisher(byte publisherId, String publisherReference, String stream)
Client.Response
Client. delete(String stream)
Client.Response
Client. deletePublisher(byte publisherId)
Client.Response
Client. subscribe(byte subscriptionId, String stream, OffsetSpecification offsetSpecification, int credit)
Subscribe to receive messages from a stream.Client.Response
Client. subscribe(byte subscriptionId, String stream, OffsetSpecification offsetSpecification, int initialCredits, Map<String,String> properties)
Subscribe to receive messages from a stream.Client.Response
Client. unsubscribe(byte subscriptionId)
-