public final class MessageType extends Object
FFMQ constants for a message type
| Modifier and Type | Field and Description |
|---|---|
static byte |
BYTES |
static byte |
EMPTY |
static byte |
MAP |
static byte |
OBJECT |
static byte |
STREAM |
static byte |
TEXT |
| Constructor and Description |
|---|
MessageType() |
| Modifier and Type | Method and Description |
|---|---|
static AbstractMessage |
createInstance(byte type)
Create a message instance of the given type
|
public static final byte EMPTY
public static final byte BYTES
public static final byte MAP
public static final byte OBJECT
public static final byte STREAM
public static final byte TEXT
public static AbstractMessage createInstance(byte type)
Copyright © 2019. All rights reserved.