public final class HttpLifecycleObservers
extends Object
HttpLifecycleObservers.| Modifier and Type | Method and Description |
|---|---|
static HttpLifecycleObserver |
combine(HttpLifecycleObserver first,
HttpLifecycleObserver second)
Combines multiple
HttpLifecycleObservers into a single HttpLifecycleObserver. |
static HttpLifecycleObserver |
combine(HttpLifecycleObserver first,
HttpLifecycleObserver second,
HttpLifecycleObserver... others)
Combines multiple
HttpLifecycleObservers into a single HttpLifecycleObserver. |
static HttpLifecycleObserver |
logging(String loggerName,
LogLevel logLevel)
Logging implementation of
HttpLifecycleObserver. |
public static HttpLifecycleObserver logging(String loggerName,
LogLevel logLevel)
HttpLifecycleObserver.loggerName - The name of the logger to uselogLevel - The level to log atHttpLifecycleObserver that logs events at the specified LogLevelpublic static HttpLifecycleObserver combine(HttpLifecycleObserver first,
HttpLifecycleObserver second)
HttpLifecycleObservers into a single HttpLifecycleObserver.first - HttpLifecycleObserver to combinesecond - HttpLifecycleObserver to combineHttpLifecycleObserver that delegates all invocations to the provided
HttpLifecycleObserverspublic static HttpLifecycleObserver combine(HttpLifecycleObserver first,
HttpLifecycleObserver second,
HttpLifecycleObserver... others)
HttpLifecycleObservers into a single HttpLifecycleObserver.first - HttpLifecycleObserver to combinesecond - HttpLifecycleObserver to combineothers - HttpLifecycleObservers to combineHttpLifecycleObserver that delegates all invocations to the provided
HttpLifecycleObservers