Package io.holunda.camunda.bpm.correlate
Class CamundaBpmCorrelateServices
-
- All Implemented Interfaces:
public final class CamundaBpmCorrelateServicesHolder for services to export to the plugin.
-
-
Field Summary
Fields Modifier and Type Field Description private final CorrelateConfigurationPropertiesconfigurationprivate final MessagePersistenceServicemessagePersistenceServiceprivate final BatchCorrelationServicebatchCorrelationServiceprivate final MessageManagementServicemessageManagementServiceprivate final MessageRepositorymessageRepository
-
Constructor Summary
Constructors Constructor Description CamundaBpmCorrelateServices(CorrelateConfigurationProperties configuration, MessagePersistenceService messagePersistenceService, BatchCorrelationService batchCorrelationService, MessageManagementService messageManagementService, MessageRepository messageRepository)
-
Method Summary
Modifier and Type Method Description final CorrelateConfigurationPropertiesgetConfiguration()final MessagePersistenceServicegetMessagePersistenceService()final BatchCorrelationServicegetBatchCorrelationService()final MessageManagementServicegetMessageManagementService()final MessageRepositorygetMessageRepository()-
-
Constructor Detail
-
CamundaBpmCorrelateServices
CamundaBpmCorrelateServices(CorrelateConfigurationProperties configuration, MessagePersistenceService messagePersistenceService, BatchCorrelationService batchCorrelationService, MessageManagementService messageManagementService, MessageRepository messageRepository)
-
-
Method Detail
-
getConfiguration
final CorrelateConfigurationProperties getConfiguration()
-
getMessagePersistenceService
final MessagePersistenceService getMessagePersistenceService()
-
getBatchCorrelationService
final BatchCorrelationService getBatchCorrelationService()
-
getMessageManagementService
final MessageManagementService getMessageManagementService()
-
getMessageRepository
final MessageRepository getMessageRepository()
-
-
-
-