@UnstableApi public final class IntegerRedisMessage extends Object implements RedisMessage
| Constructor and Description |
|---|
IntegerRedisMessage(long value)
Creates a
IntegerRedisMessage for the given content. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
long |
value()
Get long value of this
IntegerRedisMessage. |
public IntegerRedisMessage(long value)
IntegerRedisMessage for the given content.value - the message content.public long value()
IntegerRedisMessage.Copyright © 2008–2025 The Netty Project. All rights reserved.