Class FileLockClusterServiceConfiguration

java.lang.Object
org.apache.camel.component.file.springboot.cluster.FileLockClusterServiceConfiguration

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

    • FileLockClusterServiceConfiguration

      public FileLockClusterServiceConfiguration()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getRoot

      public String getRoot()
    • setRoot

      public void setRoot(String root)
    • getAcquireLockDelay

      public String getAcquireLockDelay()
    • setAcquireLockDelay

      public void setAcquireLockDelay(String acquireLockDelay)
    • getAcquireLockInterval

      public String getAcquireLockInterval()
    • setAcquireLockInterval

      public void setAcquireLockInterval(String acquireLockInterval)
    • getAttributes

      public Map<String,Object> getAttributes()
    • setAttributes

      public void setAttributes(Map<String,Object> attributes)
    • getOrder

      public Integer getOrder()
    • setOrder

      public void setOrder(Integer order)