Class MultiRecipientRouterInvokerConfiguration


  • public class MultiRecipientRouterInvokerConfiguration
    extends InvokerConfiguration
    Multi-Recipient Router Invoker Configuration
    Author:
    Ikasan Development Team
    • Constructor Detail

      • MultiRecipientRouterInvokerConfiguration

        public MultiRecipientRouterInvokerConfiguration()
    • Method Detail

      • isCloneEventPerRoute

        public boolean isCloneEventPerRoute()
        Is the event to be cloned for each route out of the multi-recipient router
        Returns:
      • setCloneEventPerRoute

        public void setCloneEventPerRoute​(boolean cloneEventPerRoute)
        Set whether or not the event should be cloned for each route out of the multi-recipient router. Default is true, clone the event so we send the same event structure/content down each route. If false the mutated event will be operated on by each route as it is mutated by the previous route.
        Parameters:
        cloneEventPerRoute -