Class GraphQLWebSocketMessageBrokerAutoConfiguration

java.lang.Object
org.activiti.cloud.services.notifications.graphql.ws.config.GraphQLWebSocketMessageBrokerAutoConfiguration

@AutoConfiguration @ConditionalOnWebApplication @ConditionalOnClass({graphql.GraphQL.class,org.springframework.web.socket.config.annotation.EnableWebSocketMessageBroker.class}) @ConditionalOnProperty(name="spring.activiti.cloud.services.query.graphql.ws.enabled", matchIfMissing=true) @EnableConfigurationProperties(GraphQLWebSocketMessageBrokerConfigurationProperties.class) @PropertySource("classpath:META-INF/graphql-ws.properties") @PropertySource(value="classpath:graphql-ws.properties",ignoreResourceNotFound=true) public class GraphQLWebSocketMessageBrokerAutoConfiguration extends Object
  • Constructor Details

    • GraphQLWebSocketMessageBrokerAutoConfiguration

      public GraphQLWebSocketMessageBrokerAutoConfiguration()