| Modifier and Type | Field and Description |
|---|---|
protected Collection<ChannelModelProcessor> |
EventRegistryEngineConfiguration.channelModelProcessors |
| Modifier and Type | Method and Description |
|---|---|
Collection<ChannelModelProcessor> |
EventRegistryEngineConfiguration.getChannelModelProcessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventRegistryEngineConfiguration.addChannelModelProcessor(ChannelModelProcessor channelModelProcessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventRegistryEngineConfiguration.setChannelModelProcessors(Collection<ChannelModelProcessor> channelModelProcessors) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateExpressionInboundChannelModelProcessor |
class |
DelegateExpressionOutboundChannelModelProcessor |
class |
InboundChannelModelProcessor |
class |
OutboundChannelModelProcessor |
| Modifier and Type | Class and Description |
|---|---|
class |
JmsChannelModelProcessor |
| Modifier and Type | Class and Description |
|---|---|
class |
KafkaChannelDefinitionProcessor |
| Modifier and Type | Class and Description |
|---|---|
class |
RabbitChannelDefinitionProcessor |
| Modifier and Type | Method and Description |
|---|---|
SpringEventRegistryEngineConfiguration |
EventRegistryAutoConfiguration.eventEngineConfiguration(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider,
org.springframework.beans.factory.ObjectProvider<List<ChannelModelProcessor>> channelModelProcessors,
org.springframework.beans.factory.ObjectProvider<List<AutoDeploymentStrategy<EventRegistryEngine>>> eventAutoDeploymentStrategies,
org.springframework.beans.factory.ObjectProvider<org.springframework.scheduling.TaskScheduler> taskScheduler,
org.springframework.beans.factory.ObjectProvider<EventRegistryChangeDetectionExecutor> eventRegistryChangeDetectionExecutor) |
Copyright © 2023 Flowable. All rights reserved.