public final class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_HOST
The default host to look for a Nats server, localhost, naturally.
|
static long |
DEFAULT_IDLE_TIMEOUT
The default time duration the connection to the NATS server may be idle.
|
static int |
DEFAULT_MAX_FRAME_SIZE
The default maximum message size this client will accept from a Nats server.
|
static long |
DEFAULT_PING_INTERVAL
The default time between Nats ping requests.
|
static int |
DEFAULT_PORT
The default Nats port, 4222.
|
static long |
DEFAULT_RECONNECT_TIME_WAIT
The default amount of time to wait between Nats server connection attempts.
|
static String |
PROTOCOL
The name of the Nats protocol to use in URIs.
|
public static final String DEFAULT_HOST
public static final long DEFAULT_IDLE_TIMEOUT
public static final long DEFAULT_PING_INTERVAL
public static final int DEFAULT_PORT
public static final String PROTOCOL
public static final long DEFAULT_RECONNECT_TIME_WAIT
public static final int DEFAULT_MAX_FRAME_SIZE
Copyright © 2015. All Rights Reserved.