InputStateFactory
Micronaut factory for the InputState singleton.
The value may be defined via two Micronaut properties:
airbyte.connector.state.jsonfor use by ConnectorCommandLinePropertySource,airbyte.connector.state.resourcefor use in unit tests.
Functions
Link copied to clipboard
@Singleton
@Requires(missingProperty = "airbyte.connector.state.resource")
Link copied to clipboard
@Singleton
@Requires(env = ["test"] )
@Requires(notEnv = ["cli"] )
@Requires(property = "airbyte.connector.state.resource")