Skip to main content
Version: Current

Routing

When node has more than one follower, you can specify which of them should receive and continue to process this message. Message is by default sent to all followers and thus duplicated for each one of them.

Routing

To name desired followers you have to call setForceFollowers method providing it with names of nodes.

dto.setForceFollowers('some-connector', 'another-connector');