We use @Retryable annotation to retry specific methods in a class.
Is there any annotation to commonly retry all methods in a class.Instead of making it in method level, can we move to Class level.
We use @Retryable annotation to retry specific methods in a class.
Is there any annotation to commonly retry all methods in a class.Instead of making it in method level, can we move to Class level.
Add this in configuration and then follow it http://www.baeldung.com/spring-retry