Class RatpackConfiguration.ServerConfiguration

  • Enclosing class:
    RatpackConfiguration

    @Configuration
    protected static class RatpackConfiguration.ServerConfiguration
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ServerConfiguration()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RatpackServer ratpackServer​(org.springframework.context.ApplicationContext context)  
      • Methods inherited from class java.lang.Object

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

      • ServerConfiguration

        protected ServerConfiguration()
    • Method Detail

      • ratpackServer

        @Bean
        public RatpackServer ratpackServer​(org.springframework.context.ApplicationContext context)
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception