Uses of Interface
org.zalando.riptide.failsafe.TaskDecorator
Packages that use TaskDecorator
-
Uses of TaskDecorator in org.zalando.riptide.failsafe
Methods in org.zalando.riptide.failsafe that return TaskDecoratorModifier and TypeMethodDescriptionstatic TaskDecoratorTaskDecorator.composite(Collection<TaskDecorator> decorators) static TaskDecoratorTaskDecorator.composite(TaskDecorator... decorators) static TaskDecoratorTaskDecorator.identity()Methods in org.zalando.riptide.failsafe with parameters of type TaskDecoratorModifier and TypeMethodDescriptionstatic TaskDecoratorTaskDecorator.composite(TaskDecorator... decorators) FailsafePlugin.withDecorator(TaskDecorator decorator) Method parameters in org.zalando.riptide.failsafe with type arguments of type TaskDecoratorModifier and TypeMethodDescriptionstatic TaskDecoratorTaskDecorator.composite(Collection<TaskDecorator> decorators) -
Uses of TaskDecorator in org.zalando.riptide.soap
Classes in org.zalando.riptide.soap that implement TaskDecorator