Package io.holunda.camunda.bpm.correlate
Class CorrelateConfigurationProperties
-
- All Implemented Interfaces:
@ConfigurationProperties(prefix = "correlate") public final class CorrelateConfigurationPropertiesConfiguration properties.
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanenabledprivate final Map<String, ChannelConfigurationProperties>channelsprivate final GlobalMessageMetaDataConfigurationPropertiesmessageprivate final RetryingErrorHandlingPropertiesretryprivate final MessagePersistencePropertiespersistenceprivate final BatchConfigurationPropertiesbatch
-
Constructor Summary
Constructors Constructor Description CorrelateConfigurationProperties(Boolean enabled, Map<String, ChannelConfigurationProperties> channels, GlobalMessageMetaDataConfigurationProperties message, RetryingErrorHandlingProperties retry, MessagePersistenceProperties persistence, BatchConfigurationProperties batch)
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()final Map<String, ChannelConfigurationProperties>getChannels()final GlobalMessageMetaDataConfigurationPropertiesgetMessage()final RetryingErrorHandlingPropertiesgetRetry()final MessagePersistencePropertiesgetPersistence()final BatchConfigurationPropertiesgetBatch()-
-
Constructor Detail
-
CorrelateConfigurationProperties
CorrelateConfigurationProperties(Boolean enabled, Map<String, ChannelConfigurationProperties> channels, GlobalMessageMetaDataConfigurationProperties message, RetryingErrorHandlingProperties retry, MessagePersistenceProperties persistence, BatchConfigurationProperties batch)
-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
getChannels
final Map<String, ChannelConfigurationProperties> getChannels()
-
getMessage
final GlobalMessageMetaDataConfigurationProperties getMessage()
-
getRetry
final RetryingErrorHandlingProperties getRetry()
-
getPersistence
final MessagePersistenceProperties getPersistence()
-
getBatch
final BatchConfigurationProperties getBatch()
-
-
-
-