Class MultiRecipientRouterInvokerConfiguration
- java.lang.Object
-
- org.ikasan.flow.visitorPattern.invoker.InvokerConfiguration
-
- org.ikasan.flow.visitorPattern.invoker.MultiRecipientRouterInvokerConfiguration
-
public class MultiRecipientRouterInvokerConfiguration extends InvokerConfiguration
Multi-Recipient Router Invoker Configuration- Author:
- Ikasan Development Team
-
-
Constructor Summary
Constructors Constructor Description MultiRecipientRouterInvokerConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCloneEventPerRoute()Is the event to be cloned for each route out of the multi-recipient routervoidsetCloneEventPerRoute(boolean cloneEventPerRoute)Set whether or not the event should be cloned for each route out of the multi-recipient router.-
Methods inherited from class org.ikasan.flow.visitorPattern.invoker.InvokerConfiguration
getCaptureMetrics, getSnapEvent, isDynamicConfiguration, setCaptureMetrics, setDynamicConfiguration, setSnapEvent
-
-
-
-
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-
-
-