Class GraphQLWebSocketMessageBrokerConfigurationProperties.AutoConfiguration
- java.lang.Object
-
- org.activiti.cloud.services.notifications.graphql.ws.config.GraphQLWebSocketMessageBrokerConfigurationProperties.AutoConfiguration
-
- Enclosing class:
- GraphQLWebSocketMessageBrokerConfigurationProperties
@Configuration @PropertySource("classpath:META-INF/graphql-ws.properties") @PropertySource(value="classpath:graphql-ws.properties",ignoreResourceNotFound=true) @EnableConfigurationProperties(GraphQLWebSocketMessageBrokerConfigurationProperties.class) public static class GraphQLWebSocketMessageBrokerConfigurationProperties.AutoConfiguration extends Object