Package org.zalando.riptide.failsafe
Interface TaskDecorator
- All Known Implementing Classes:
PreserveContextClassLoaderTaskDecorator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic TaskDecoratorcomposite(Collection<TaskDecorator> decorators) static TaskDecoratorcomposite(TaskDecorator... decorators) <T,R> dev.failsafe.function.ContextualSupplier<T, R> decorate(dev.failsafe.function.ContextualSupplier<T, R> supplier) static TaskDecoratoridentity()
-
Method Details
-
decorate
<T,R> dev.failsafe.function.ContextualSupplier<T,R> decorate(dev.failsafe.function.ContextualSupplier<T, R> supplier) -
identity
-
composite
-
composite
-