Class FileLockClusterServiceConfig
java.lang.Object
org.apache.camel.quarkus.component.file.cluster.FileLockClusterServiceConfig
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionThe time to wait before starting to try to acquire lock (defaults to 1000ms).The time to wait between attempts to try to acquire lock (defaults to 10000ms).The custom attributes associated to the service (defaults to empty map).booleanWhether a File Lock Cluster Service should be automatically configured according to 'quarkus.camel.cluster.file.*' configurations.The cluster service ID (defaults to null).The service lookup order/priority (defaults to 2147482647).The root path (defaults to null). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
@ConfigItem(defaultValue="false") public boolean enabledWhether a File Lock Cluster Service should be automatically configured according to 'quarkus.camel.cluster.file.*' configurations. -
id
The cluster service ID (defaults to null). -
root
The root path (defaults to null). -
order
The service lookup order/priority (defaults to 2147482647). -
attributes
The custom attributes associated to the service (defaults to empty map). -
acquireLockDelay
The time to wait before starting to try to acquire lock (defaults to 1000ms). -
acquireLockInterval
The time to wait between attempts to try to acquire lock (defaults to 10000ms).
-
-
Constructor Details
-
FileLockClusterServiceConfig
public FileLockClusterServiceConfig()
-