Class JGroupsLockClusterServiceConfiguration

java.lang.Object
org.apache.camel.component.jgroups.springboot.cluster.springboot.JGroupsLockClusterServiceConfiguration

@ConfigurationProperties(prefix="camel.cluster.jgroups") public class JGroupsLockClusterServiceConfiguration extends Object
  • Constructor Details

    • JGroupsLockClusterServiceConfiguration

      public JGroupsLockClusterServiceConfiguration()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getJgroupsConfig

      public String getJgroupsConfig()
    • setJgroupsConfig

      public void setJgroupsConfig(String jgroupsConfig)
    • getJgroupsClusterName

      public String getJgroupsClusterName()
    • setJgroupsClusterName

      public void setJgroupsClusterName(String jgroupsClusterName)