Class ClusteredRouteControllerConfiguration
java.lang.Object
org.apache.camel.spring.boot.cluster.ClusteredRouteControllerConfiguration
@ConfigurationProperties(prefix="camel.clustered.controller")
public class ClusteredRouteControllerConfiguration
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.cluster.CamelClusterServicebooleanvoidsetClusterService(org.apache.camel.cluster.CamelClusterService clusterService) voidsetEnabled(boolean enabled) voidsetInitialDelay(String initialDelay) voidsetNamespace(String namespace) void
-
Constructor Details
-
ClusteredRouteControllerConfiguration
public ClusteredRouteControllerConfiguration()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getInitialDelay
-
setInitialDelay
-
getNamespace
-
setNamespace
-
getRoutes
-
setRoutes
-
getClusterService
public org.apache.camel.cluster.CamelClusterService getClusterService() -
setClusterService
public void setClusterService(org.apache.camel.cluster.CamelClusterService clusterService)
-