@UnstableApi public final class SimpleStringRedisMessage extends AbstractStringRedisMessage
| Constructor and Description |
|---|
SimpleStringRedisMessage(String content)
Creates a
SimpleStringRedisMessage for the given content. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
contentpublic SimpleStringRedisMessage(String content)
SimpleStringRedisMessage for the given content.content - the message content, must not be null.Copyright © 2008–2017 The Netty Project. All rights reserved.