|
Rename Method package resultListenerOf(listener ContextualSuccessListener<T>) : ContextualResultListener<T,Throwable> renamed to package listenerOf(listener ContextualSuccessListener<? extends T>) : ContextualResultListener<T,Throwable> in class net.jodah.failsafe.ListenerBindings |
From |
To |
|
Rename Method private call(callable Callable<?>, executor ExecutorService, scheduler Scheduler) : void renamed to public onResult(result T, failure Throwable, context ExecutionContext) : void in class net.jodah.failsafe.ListenerBindings.listenerOf |
From |
To |
|
Rename Method package getConfig() : ListenerConfig<T> renamed to package config() : ListenerConfig<T> in class net.jodah.failsafe.ListenerBindings |
From |
To |