@Configuration
@EnableBinding(EngineEventsConsumerChannels.class)
@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.