| Package | Description |
|---|---|
| com.rabbitmq.stream.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
Client.QueryOffsetResponse |
| Modifier and Type | Method and 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 credit,
Map<String,String> properties)
Subscribe to receive messages from a stream.
|
Client.Response |
Client.unsubscribe(byte subscriptionId) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.