| Package | Description |
|---|---|
| prompto.config | |
| prompto.server |
| Modifier and Type | Class and Description |
|---|---|
static class |
IServerConfiguration.Inline |
class |
ServerConfiguration |
| Modifier and Type | Method and Description |
|---|---|
<T extends IServerConfiguration> |
IServerConfiguration.withHttpConfiguration(IHttpConfiguration config) |
<T extends IServerConfiguration> |
IServerConfiguration.Inline.withHttpConfiguration(IHttpConfiguration config) |
<T extends IServerConfiguration> |
ServerConfiguration.withHttpConfiguration(IHttpConfiguration config) |
<T extends IServerConfiguration> |
IServerConfiguration.withServerAboutToStartMethod(String method) |
<T extends IServerConfiguration> |
IServerConfiguration.Inline.withServerAboutToStartMethod(String method) |
<T extends IServerConfiguration> |
ServerConfiguration.withServerAboutToStartMethod(String method) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IServerConfiguration> |
AppServer.main(T config,
java.util.function.Consumer<T> afterStart) |
| Modifier and Type | Method and Description |
|---|---|
static IServerConfiguration |
AppServer.loadConfiguration(String[] args) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AppServer.callServerAboutToStart(IServerConfiguration config,
prompto.runtime.Context context) |
static void |
AppServer.initialize(IServerConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AppServer.main(String[] args,
java.util.function.Consumer<IServerConfiguration> afterStart) |
Copyright © 2020 Prompto. All rights reserved.