| Modifier and Type | Method and Description |
|---|---|
(package private) static LoadingException |
HttpService.failure(Throwable cause,
String message,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HttpService.boot(com.spotify.apollo.AppInit appInit,
String serviceName,
InstanceListener instanceListener,
String... args) |
static void |
HttpService.boot(com.spotify.apollo.AppInit appInit,
String serviceName,
String... args) |
static void |
HttpService.boot(Service service,
InstanceListener instanceListener,
String... args) |
static void |
HttpService.boot(Service service,
InstanceListener instanceListener,
Thread.UncaughtExceptionHandler uncaughtExceptionHandler,
String... args)
Boot up a service and wait for it to shut down.
|
static void |
HttpService.boot(Service service,
String... args) |
Copyright © 2016. All rights reserved.