Class EventRegistryAutoConfiguration.EventRegistryAwsSqsConfiguration
java.lang.Object
com.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration.EventRegistryAwsSqsConfiguration
- Enclosing class:
- EventRegistryAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnBean(software.amazon.awssdk.services.sqs.SqsClient.class)
public static class EventRegistryAutoConfiguration.EventRegistryAwsSqsConfiguration
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description EventRegistryAwsSqsConfiguration()
-
Method Summary
Modifier and Type Method Description SqsChannelModelProcessor
awsSqsChannelModelProcessor(SqsListenerEndpointRegistry endpointRegistry, software.amazon.awssdk.services.sqs.SqsClient sqsClient)
EngineConfigurationConfigurer<org.flowable.eventregistry.spring.SpringEventRegistryEngineConfiguration>
awsSqsEventRegistryEngineConfigurer()
-
Constructor Details
-
EventRegistryAwsSqsConfiguration
public EventRegistryAwsSqsConfiguration()
-
-
Method Details
-
awsSqsChannelModelProcessor
@Bean("awsSqsChannelModelProcessor") @ConditionalOnMissingBean(name="awsSqsChannelModelProcessor") public SqsChannelModelProcessor awsSqsChannelModelProcessor(SqsListenerEndpointRegistry endpointRegistry, software.amazon.awssdk.services.sqs.SqsClient sqsClient) -
awsSqsEventRegistryEngineConfigurer
@Bean public EngineConfigurationConfigurer<org.flowable.eventregistry.spring.SpringEventRegistryEngineConfiguration> awsSqsEventRegistryEngineConfigurer()
-