InputBeanFactory
Conditionally creates input streams / sockets based on channel medium, then wires up a pipeline to each input with separate aggregate stores but shared state stores.
Functions
Link copied to clipboard
@Singleton
Link copied to clipboard
@Singleton
Link copied to clipboard
@Named(value = "messageFlows")
@Singleton
Link copied to clipboard
@Singleton
Link copied to clipboard
@Requires(property = "airbyte.destination.core.data-channel.medium", value = "SOCKET")
@Singleton
Link copied to clipboard
@Requires(property = "airbyte.destination.core.data-channel.medium", value = "SOCKET")
@Named(value = "inputStreams")
@Singleton
Link copied to clipboard
@Requires(property = "airbyte.destination.core.data-channel.medium", value = "STDIO")
@Named(value = "inputStreams")
@Singleton