public interface PostStartArguments
LifecycleManager after LifecycleManager.start() has been called.
Bind an instance to this interface in the BootstrapBinder to override defaults.| Modifier and Type | Interface and Description |
|---|---|
static interface |
PostStartArguments.WarmUpErrorHandler
Called when there was a warm up error
|
| Modifier and Type | Method and Description |
|---|---|
PostStartArguments.WarmUpErrorHandler |
getWarmUpErrorHandler()
Return the wam up error handler
|
long |
getWarmUpPaddingMs()
When performing warm ups after
LifecycleManager.start() has been called
the warm up processor will wait a given period of time (default is 3 seconds) so
that any other warm up methods can be called together. |
PostStartArguments.WarmUpErrorHandler getWarmUpErrorHandler()
long getWarmUpPaddingMs()
LifecycleManager.start() has been called
the warm up processor will wait a given period of time (default is 3 seconds) so
that any other warm up methods can be called together.