TestBeanOverrideFactory

@Factory
@Requires(env = ["test"])
class TestBeanOverrideFactory

Why is this not in a test package?

We have to include this in the source so it's built in the docker image for the docker tests.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Singleton
@Named(value = "stateReconciliationInterval")
fun stateReconciliationInterval(): Duration
Link copied to clipboard
@Singleton
@Primary
fun testConfig(): AggregatePublishingConfig
Link copied to clipboard
@Requires(notEnv = ["docker"])
@Requires(property = "airbyte.destination.core.data-channel.medium", value = "STDIO")
@Singleton
@Primary
@Named(value = "inputStreams")
fun testStdInStreams(@Named(value = "inputStream") testInputStream: InputStream): ConnectorInputStreams