| Modifier and Type | Method and Description |
|---|---|
(package private) static InstanceListener |
HttpService.noopListener() |
| 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(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.
|
Copyright © 2016. All rights reserved.