Package io.debezium.server.eventhubs
Class EventHubsTestConfigSource
- java.lang.Object
-
- io.debezium.server.TestConfigSource
-
- io.debezium.server.eventhubs.EventHubsTestConfigSource
-
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSource
public class EventHubsTestConfigSource extends TestConfigSource
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static StringCONNECTION_STRING_FORMAT(package private) static StringEVENTHUBS_CONNECTION_STRING_SYSTEM_PROPERTY_NAME(package private) static StringEVENTHUBS_NAME_SYSTEM_PROPERTY_NAME-
Fields inherited from class io.debezium.server.TestConfigSource
config, OFFSET_STORE_PATH, OFFSETS_FILE, TEST_FILE_PATH
-
-
Constructor Summary
Constructors Constructor Description EventHubsTestConfigSource()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetEventHubsConnectionString()static StringgetEventHubsName()-
Methods inherited from class io.debezium.server.TestConfigSource
getName, getProperties, getPropertyNames, getValue, isItTest, waitForSeconds
-
-
-
-
Field Detail
-
EVENTHUBS_CONNECTION_STRING_SYSTEM_PROPERTY_NAME
static final String EVENTHUBS_CONNECTION_STRING_SYSTEM_PROPERTY_NAME
- See Also:
- Constant Field Values
-
EVENTHUBS_NAME_SYSTEM_PROPERTY_NAME
static final String EVENTHUBS_NAME_SYSTEM_PROPERTY_NAME
- See Also:
- Constant Field Values
-
CONNECTION_STRING_FORMAT
static final String CONNECTION_STRING_FORMAT
- See Also:
- Constant Field Values
-
-