Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Out of the box, a best practice is to define a common message flow in its own be
file which may be imported into other message flows. This approach however has some limitations:

* It's input and output channels are referenced in every consuming flow. Each common flow must ensure unique channel names
* True encapsuation is impossible as any internal channels and components are exposed to the consuming flow. Note that these must have
* True encapsulation is impossible as any internal channels and components are exposed to the consuming flow. Note that these must have
unique names as well
* Since a common flow is statically bound to channels, it cannot be used in a chain without implementing some type of service-activator/
gateway wrapper.
Expand Down