| Modifier and Type | Method and Description |
|---|---|
static EventRepositoryService |
CommandContextUtil.getEventRepositoryService() |
static EventRepositoryService |
CommandContextUtil.getEventRepositoryService(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected EventRepositoryService |
FlowableCmmnTestCase.getEventRepositoryService() |
| Modifier and Type | Method and Description |
|---|---|
static EventRepositoryService |
CommandContextUtil.getEventRepositoryService() |
static EventRepositoryService |
CommandContextUtil.getEventRepositoryService(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected EventRepositoryService |
FlowableTestCase.getEventRepositoryService() |
| Modifier and Type | Method and Description |
|---|---|
EventRepositoryService |
EventRegistryConfigurationApi.getEventRepositoryService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelModelProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
ChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventRepositoryServiceImpl |
| Modifier and Type | Field and Description |
|---|---|
protected EventRepositoryService |
DefaultOutboundEventProcessor.eventRepositoryService |
protected EventRepositoryService |
EventRegistryEngineConfiguration.eventRepositoryService |
protected EventRepositoryService |
EventRegistryEngineImpl.repositoryService |
| Modifier and Type | Method and Description |
|---|---|
EventRepositoryService |
EventRegistryEngineImpl.getEventRepositoryService() |
EventRepositoryService |
EventRegistryEngine.getEventRepositoryService() |
EventRepositoryService |
EventRegistryEngineConfiguration.getEventRepositoryService() |
| Modifier and Type | Method and Description |
|---|---|
EventRegistryEngineConfiguration |
EventRegistryEngineConfiguration.setEventRepositoryService(EventRepositoryService eventRepositoryService) |
| Constructor and Description |
|---|
DefaultOutboundEventProcessor(EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
| Modifier and Type | Field and Description |
|---|---|
protected EventRepositoryService |
OutboundChannelDefinitionBuilderImpl.eventRepository |
protected EventRepositoryService |
InboundChannelDefinitionBuilderImpl.eventRepository |
protected EventRepositoryService |
InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl.eventRepository |
protected EventRepositoryService |
OutboundChannelDefinitionBuilderImpl.OutboundJmsChannelBuilderImpl.eventRepositoryService |
protected EventRepositoryService |
OutboundChannelDefinitionBuilderImpl.OutboundRabbitChannelBuilderImpl.eventRepositoryService |
protected EventRepositoryService |
OutboundChannelDefinitionBuilderImpl.OutboundKafkaChannelBuilderImpl.eventRepositoryService |
protected EventRepositoryService |
InboundChannelDefinitionBuilderImpl.InboundJmsChannelBuilderImpl.eventRepositoryService |
protected EventRepositoryService |
InboundChannelDefinitionBuilderImpl.InboundRabbitChannelBuilderImpl.eventRepositoryService |
protected EventRepositoryService |
InboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl.eventRepositoryService |
| Modifier and Type | Field and Description |
|---|---|
protected EventRepositoryService |
DefaultInboundEventProcessingPipeline.eventRepositoryService |
| Modifier and Type | Method and Description |
|---|---|
protected InboundEventProcessingPipeline |
InboundChannelModelProcessor.createExpressionEventProcessingPipeline(InboundChannelModel channelModel,
EventRepositoryService eventRepositoryService) |
protected InboundEventProcessingPipeline |
InboundChannelModelProcessor.createJsonEventProcessingPipeline(InboundChannelModel channelModel,
EventRepositoryService eventRepositoryService) |
protected InboundEventProcessingPipeline |
InboundChannelModelProcessor.createXmlEventProcessingPipeline(InboundChannelModel channelModel,
EventRepositoryService eventRepositoryService) |
void |
DelegateExpressionOutboundChannelModelProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
OutboundChannelModelProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
DelegateExpressionInboundChannelModelProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
InboundChannelModelProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
protected void |
InboundChannelModelProcessor.registerChannelModel(InboundChannelModel inboundChannelModel,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
DelegateExpressionOutboundChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
void |
OutboundChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
void |
DelegateExpressionInboundChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
void |
InboundChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
| Constructor and Description |
|---|
DefaultInboundEventProcessingPipeline(EventRepositoryService eventRepositoryService,
InboundEventDeserializer<T> inboundEventDeserializer,
InboundEventKeyDetector<T> inboundEventKeyDetector,
InboundEventTenantDetector<T> inboundEventTenantDetector,
InboundEventPayloadExtractor<T> inboundEventPayloadExtractor,
InboundEventTransformer inboundEventTransformer) |
| Modifier and Type | Method and Description |
|---|---|
static EventRepositoryService |
CommandContextUtil.getEventRepositoryService() |
| Modifier and Type | Field and Description |
|---|---|
protected EventRepositoryService |
ChannelDefinitionResource.eventRepositoryService |
protected EventRepositoryService |
EventDefinitionResource.eventRepositoryService |
protected EventRepositoryService |
DeploymentCollectionResource.repositoryService |
protected EventRepositoryService |
DeploymentResourceCollectionResource.repositoryService |
protected EventRepositoryService |
ChannelDefinitionCollectionResource.repositoryService |
protected EventRepositoryService |
DeploymentResourceResource.repositoryService |
protected EventRepositoryService |
BaseDeploymentResource.repositoryService |
protected EventRepositoryService |
BaseDeploymentResourceDataResource.repositoryService |
protected EventRepositoryService |
BaseEventDefinitionResource.repositoryService |
protected EventRepositoryService |
EventDefinitionCollectionResource.repositoryService |
| Modifier and Type | Field and Description |
|---|---|
protected EventRepositoryService |
EventInstanceCollectionResource.repositoryService |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsChannelModelProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
JmsChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
KafkaChannelDefinitionProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
KafkaChannelDefinitionProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
RabbitChannelDefinitionProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
RabbitChannelDefinitionProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
| Modifier and Type | Field and Description |
|---|---|
protected EventRepositoryService |
FlowableEventRule.repositoryService |
| Modifier and Type | Method and Description |
|---|---|
EventRepositoryService |
FlowableEventTestHelper.getEventRepositoryService() |
EventRepositoryService |
FlowableEventRule.getRepositoryService() |
| Modifier and Type | Method and Description |
|---|---|
static String |
EventTestHelper.annotationDeploymentSetUp(EventRepositoryService eventRepositoryService,
Class<?> testClass,
Method method,
EventDeploymentAnnotation eventDeploymentAnnotation,
ChannelDeploymentAnnotation channelDeploymentAnnotation) |
static String |
EventTestHelper.annotationDeploymentSetUp(EventRepositoryService eventRepositoryService,
Class<?> testClass,
String methodName) |
static void |
EventTestHelper.annotationDeploymentTearDown(EventRepositoryService eventRepositoryService,
String deploymentId,
Class<?> testClass,
String methodName) |
void |
FlowableEventRule.setRepositoryService(EventRepositoryService repositoryService) |
| Modifier and Type | Method and Description |
|---|---|
EventRepositoryService |
EventRegistryServicesAutoConfiguration.eventRepositoryService(EventRegistryEngine eventRegistryEngine) |
Copyright © 2023 Flowable. All rights reserved.