Package ratpack.spring.config
Interface RatpackServerCustomizer
-
- All Known Implementing Classes:
RatpackServerCustomizerAdapter
public interface RatpackServerCustomizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Action<BindingsSpec>
getBindings()
List<Action<Chain>>
getHandlers()
Action<ServerConfigBuilder>
getServerConfig()
-
-
-
Method Detail
-
getBindings
Action<BindingsSpec> getBindings()
-
getServerConfig
Action<ServerConfigBuilder> getServerConfig()
-
-