Uses of Interface
prompto.config.IServerConfiguration
-
Packages that use IServerConfiguration Package Description prompto.config prompto.server -
-
Uses of IServerConfiguration in prompto.config
Classes in prompto.config that implement IServerConfiguration Modifier and Type Class Description static classIServerConfiguration.InlineclassServerConfigurationMethods in prompto.config with type parameters of type IServerConfiguration Modifier and Type Method Description <T extends IServerConfiguration>
TIServerConfiguration.Inline. withHttpConfiguration(IHttpConfiguration config)<T extends IServerConfiguration>
TIServerConfiguration. withHttpConfiguration(IHttpConfiguration config)<T extends IServerConfiguration>
TServerConfiguration. withHttpConfiguration(IHttpConfiguration config)<T extends IServerConfiguration>
TIServerConfiguration.Inline. withServerAboutToStartMethod(String method)<T extends IServerConfiguration>
TIServerConfiguration. withServerAboutToStartMethod(String method)<T extends IServerConfiguration>
TServerConfiguration. withServerAboutToStartMethod(String method)<T extends IServerConfiguration>
TIServerConfiguration.Inline. withUseConsole(boolean set)<T extends IServerConfiguration>
TIServerConfiguration. withUseConsole(boolean set)<T extends IServerConfiguration>
TServerConfiguration. withUseConsole(boolean set) -
Uses of IServerConfiguration in prompto.server
Methods in prompto.server with type parameters of type IServerConfiguration Modifier and Type Method Description static <T extends IServerConfiguration>
voidAppServer. main(T config, Runnable serverPrepared, Runnable serverStarted, Runnable serverStopped, Consumer<T> afterStart)Methods in prompto.server that return IServerConfiguration Modifier and Type Method Description static IServerConfigurationAppServer. loadConfiguration(String[] args)Methods in prompto.server with parameters of type IServerConfiguration Modifier and Type Method Description static voidAppServer. callServerAboutToStart(IServerConfiguration config, prompto.runtime.Context context)static voidAppServer. initialize(IServerConfiguration config)Method parameters in prompto.server with type arguments of type IServerConfiguration Modifier and Type Method Description static voidAppServer. main(String[] args, Consumer<IServerConfiguration> afterStart)
-