public class TMQConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTO_COMMIT_INTERVAL
commit interval.
|
static String |
AUTO_OFFSET_RESET
only valid in first group id create.
|
static String |
BOOTSTRAP_SERVERS
indicate host and port of connection
|
static String |
CLIENT_ID |
static Set<String> |
configSet |
static String |
CONNECT_IP
connection ip
|
static String |
CONNECT_MAX_REQUEST
the maximum number of request in a single connection.
|
static String |
CONNECT_MESSAGE_TIMEOUT
message receive from server timeout.
|
static String |
CONNECT_PASS
connection password
|
static String |
CONNECT_PORT
connection port
|
static String |
CONNECT_TIMEOUT
the timeout in milliseconds until a connection is established.
|
static String |
CONNECT_TOKEN
Key used to retrieve the token value from the properties instance passed to
the driver.
|
static String |
CONNECT_TYPE
connect type websocket or jni, default is jni
|
static String |
CONNECT_URL
Key used to retrieve the token value from the properties instance passed to
the driver.
|
static String |
CONNECT_USE_SSL
Use SSL (true/false) to communicate with the server.
|
static String |
CONNECT_USER
connection username
|
static String |
ENABLE_AUTO_COMMIT
auto commit default is true then the commitCallback function will be called after 5 seconds
|
static String |
GROUP_ID |
static int |
INVALID_OFFSET |
static String |
MSG_WITH_TABLE_NAME
whether poll result include table name.
|
static String |
VALUE_DESERIALIZER
deserializer Bean
|
static String |
VALUE_DESERIALIZER_ENCODING
encode for deserializer String value
|
public static final String GROUP_ID
public static final String CLIENT_ID
public static final String ENABLE_AUTO_COMMIT
public static final String AUTO_COMMIT_INTERVAL
public static final String AUTO_OFFSET_RESET
public static final String MSG_WITH_TABLE_NAME
public static final String BOOTSTRAP_SERVERS
public static final String VALUE_DESERIALIZER
public static final String VALUE_DESERIALIZER_ENCODING
public static final String CONNECT_IP
public static final String CONNECT_PORT
public static final String CONNECT_USER
public static final String CONNECT_PASS
public static final String CONNECT_TYPE
public static final String CONNECT_TOKEN
public static final String CONNECT_URL
public static final String CONNECT_USE_SSL
public static final String CONNECT_TIMEOUT
public static final String CONNECT_MESSAGE_TIMEOUT
public static final String CONNECT_MAX_REQUEST
public static final int INVALID_OFFSET
Copyright © 2023. All rights reserved.