Package datahub.client.rest
Class RestEmitterConfig
- java.lang.Object
-
- datahub.client.rest.RestEmitterConfig
-
public class RestEmitterConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RestEmitterConfig.RestEmitterConfigBuilder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CLIENT_VERSION_PROPERTY
static java.lang.String
DEFAULT_AUTH_TOKEN
static int
DEFAULT_CONNECT_TIMEOUT_SEC
static int
DEFAULT_READ_TIMEOUT_SEC
-
Constructor Summary
Constructors Constructor Description RestEmitterConfig()
-
-
-
Field Detail
-
DEFAULT_CONNECT_TIMEOUT_SEC
public static final int DEFAULT_CONNECT_TIMEOUT_SEC
- See Also:
- Constant Field Values
-
DEFAULT_READ_TIMEOUT_SEC
public static final int DEFAULT_READ_TIMEOUT_SEC
- See Also:
- Constant Field Values
-
DEFAULT_AUTH_TOKEN
public static final java.lang.String DEFAULT_AUTH_TOKEN
-
CLIENT_VERSION_PROPERTY
public static final java.lang.String CLIENT_VERSION_PROPERTY
- See Also:
- Constant Field Values
-
-