* Add `IntegrationFlowDefinition.nullChannel()` When a `NullChannel` is used in the middle of the flow, it may be not so obvious why our flow is stopped after accidentally added the next endpoint * For convenient add a terminal `nullChannel()` operator into the `IntegrationFlowDefinition` * * Add WARN about `NullChannel` subscription from the endpoints