public interface PubSubMessage<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
body() |
K |
channel() |
long |
count() |
K |
pattern() |
PubSubOutput.Type |
type() |
PubSubOutput.Type type()
PubSubOutput.Type message type.K channel()
K pattern()
null.long count()
V body()
null.Copyright © 2021 lettuce.io. All rights reserved.