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.CamelClusterService
boolean
void
setClusterService
(org.apache.camel.cluster.CamelClusterService clusterService) void
setEnabled
(boolean enabled) void
setInitialDelay
(String initialDelay) void
setNamespace
(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)
-