Class EngineEventsConsumerAutoConfiguration
java.lang.Object
org.activiti.cloud.services.notifications.graphql.events.consumer.EngineEventsConsumerAutoConfiguration
@AutoConfiguration
@EnableConfigurationProperties(EngineEventsConsumerProperties.class)
@ConditionalOnProperty(name="spring.activiti.cloud.services.notifications.graphql.events.enabled",
matchIfMissing=true)
@PropertySource("classpath:META-INF/graphql-events.properties") @PropertySource(value="classpath:graphql-events.properties",ignoreResourceNotFound=true)
public class EngineEventsConsumerAutoConfiguration
extends Object
Notification Gateway configuration that enables messaging channel bindings
and scans for MessagingGateway on interfaces to create GatewayProxyFactoryBeans.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EngineEventsConsumerAutoConfiguration
public EngineEventsConsumerAutoConfiguration()
-