Connection settings holder for Kafka
| Modifiers | Name | Description |
|---|---|---|
enum |
KafkaConnectionSettingsHolder.SettingsType |
| Modifiers | Name | Description |
|---|---|---|
Enum |
DEFAULT_CLOSE_CONDITION_TYPE |
|
int |
DEFAULT_MAX_IDLE_TIME |
|
int |
DEFAULT_MAX_MESSAGES_RECEIVED |
|
int |
DEFAULT_MAX_RUN_TIME |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Enum |
getCloseConditionType() |
|
int |
getMaxIdleTime() |
|
int |
getMaxMessagesReceived() |
|
int |
getMaxRunTime() |
|
PropertiesTypeConfig |
getPublishConnectionProperties() |
|
java.lang.String |
getSchemaRegistryAuthProfile() |
|
java.lang.String |
getSchemaRegistryUrl() |
|
KafkaConnectionSettingsHolder.SettingsType |
getSettingsType() |
|
PropertiesTypeConfig |
getSubscribeConnectionProperties() |
|
void |
setCloseConditionType(Enum closeConditionType) |
|
void |
setMaxIdleTime(int maxIdleTime) |
|
void |
setMaxMessagesReceived(int maxMessagesReceived) |
|
void |
setMaxRunTime(int maxRunTime) |
|
void |
setSchemaRegistryAuthProfile(java.lang.String schemaRegistryAuthProfile) |
|
void |
setSchemaRegistryUrl(java.lang.String schemaRegistryUrl) |
|
boolean |
showConfluentSettings() |