public interface EmbeddedServerBuilderContext
| Modifier and Type | Method and Description |
|---|---|
EmbeddedServer |
build() |
EmbeddedServerBuilderContext |
runningOnPort(int port) |
EmbeddedServerBuilderContext |
runningOnPort(int portNumber,
boolean useHttps) |
EmbeddedServerBuilderContext |
withApplication(EmbeddedApplication application) |
EmbeddedServer build()
EmbeddedServerBuilderContext runningOnPort(int port)
EmbeddedServerBuilderContext runningOnPort(int portNumber, boolean useHttps)
EmbeddedServerBuilderContext withApplication(EmbeddedApplication application)
Copyright © 2018 SAP SE. All Rights Reserved.