public final class LoggingDecoratorFactoryFunction extends Object implements DecoratorFactoryFunction<LoggingDecorator>
LoggingService decorator.| Constructor and Description |
|---|
LoggingDecoratorFactoryFunction() |
| Modifier and Type | Method and Description |
|---|---|
Function<? super HttpService,? extends HttpService> |
newDecorator(LoggingDecorator parameter)
Creates a new decorator with the specified
parameter. |
public Function<? super HttpService,? extends HttpService> newDecorator(LoggingDecorator parameter)
parameter.newDecorator in interface DecoratorFactoryFunction<LoggingDecorator>Copyright © 2020 LeanCloud. All rights reserved.