📄️ Condition
Condition is used to check a condition and execute the flow in a different route depending on this condition.
📄️ Multicast
Multicast provides a powerful mechanism for redirecting messages in different directions within a flow. It facilitates the transmission of messages to multiple targets simultaneously, starting from the source, and increases the flexibility of information flow. At the same time, parallel processing allows many operations to be executed simultaneously within the flow, significantly increasing overall efficiency.
📄️ Aggregator
The Aggregator allows you to combine a number of messages into a single message.
📄️ Delayer
Delay is used to introduce a time delay into a process for a specified duration. Delay time is specified in milliseconds.
📄️ Counter
Counter connector is a tool that allows certain events to be counted and recorded during an integration process. For example, it can be used to count how many times a particular page on a website has been visited or to track how often an API call is made.