| Interface | Description |
|---|---|
| ExternalContext |
External context for interacting with external system in testing framework.
|
| ExternalContextFactory<C extends ExternalContext> |
Factory for creating
ExternalContext. |
| ExternalSystemDataReader<T> |
A data reader for consuming records from an external system.
|
| ExternalSystemSplitDataWriter<T> |
A data writer for writing records into a
SourceSplit in the external system. |
| Class | Description |
|---|---|
| DefaultContainerizedExternalSystem<C extends org.testcontainers.containers.GenericContainer<C>> |
Default implementation of external system based on container.
|
| DefaultContainerizedExternalSystem.Builder<C extends org.testcontainers.containers.GenericContainer<C>> |
Builder for
DefaultContainerizedExternalSystem. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.