The Join Component is used to merge multiple input connections. It forwards every received message to the output port without modification.
in
Receives messages from multiple sources.
out
Emits the received input messages as output.
Connect Multiple Inputs
Attach multiple input sources to the in
port.
Forward Messages
Every received message is immediately sent to the out
port.
Does Not Modify Messages: Messages are forwarded exactly as received.
Useful for Routing: Can be used to merge multiple data streams into one processing path.