Class GraphQLSubscriptionSchemaProperties.AutoConfiguration

  • Enclosing class:
    GraphQLSubscriptionSchemaProperties

    @Configuration
    @PropertySource("classpath:META-INF/graphql-subscriptions.properties") @PropertySource(value="classpath:graphql-subscriptions.properties",ignoreResourceNotFound=true)
    @EnableConfigurationProperties(GraphQLSubscriptionSchemaProperties.class)
    public static class GraphQLSubscriptionSchemaProperties.AutoConfiguration
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AutoConfiguration

        public AutoConfiguration()