Class 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 Detail

      • RetryConfig

        public RetryConfig()
    • Method Detail

      • retryOperations

        @Bean
        public org.springframework.retry.RetryOperations retryOperations​(FlowableProperties flowableProperties)