| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<ConsumerImpl> |
ConsumerImpl.subscribeReturn() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClientImpl.registerConsumer(ConsumerImpl consumer) |
CompletableFuture<Void> |
ClientImpl.registerConsumerBroker(ConsumerImpl consumer) |
protected void |
ClientImpl.removeConsumer(ConsumerImpl consumer) |
| Constructor and Description |
|---|
MessageImpl(ClientImpl c,
ConsumerImpl<T> consumer,
MessageIdImpl messageId,
T payload,
String producerName,
Long eventTime,
Long publishTime,
Topic topic,
String key,
Map<String,String> properties,
ProducerImpl<T> producer,
Boolean isReplicated,
String replicatedFrom,
Long delay,
TimeUnit delayTimeUnit) |
Copyright © 2019-2021, TurtleQueue All Rights Reserved. Use is subject to license terms.