Class RetryConfig
- java.lang.Object
-
- de.adorsys.opba.protocol.xs2a.config.RetryConfig
-
@Configuration public class RetryConfig extends Object
Retry template provider to handle certain transient errors. Note that Flowable has its own retry strategy and logic.
-
-
Constructor Summary
Constructors Constructor Description RetryConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.retry.RetryOperationsretryOperations(FlowableProperties flowableProperties)
-
-
-
Method Detail
-
retryOperations
@Bean public org.springframework.retry.RetryOperations retryOperations(FlowableProperties flowableProperties)
-
-