|
Rename Method public withRetries(runnable Runnable, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialSynchronousCall boolean) : ListenableFuture<?> renamed to public run(runnable Runnable, retryPolicy RetryPolicy, executor ScheduledExecutorService) : RecurrentFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Method public withRetries(callable RetryableCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialSynchronousCall boolean) : ListenableFuture<T> renamed to public get(callable ContextualCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService) : RecurrentFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Method public failNTimes(n int, exception RuntimeException, eventualResult T) : RecordingCallable<T> renamed to public failingCallable(n int, exception RuntimeException, eventualResult T) : RecordingCallable<T> in class net.jodah.recurrent.Testing |
From |
To |
|
Rename Method public failAlways(exception RuntimeException) : RecordingCallable<T> renamed to public failingCallable(exception RuntimeException) : RecordingCallable<T> in class net.jodah.recurrent.Testing |
From |
To |
|
Rename Method public retryable(runnable Runnable) : RetryableRunnable renamed to public contextual(runnable Runnable) : ContextualRunnable in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Method public interruptWaiters() : void renamed to public awakenWaiters() : void in class net.jodah.recurrent.internal.util.concurrent.AwakableWaiter |
From |
To |
|
Rename Method public withRetries(callable Callable<T>, retryPolicy RetryPolicy) : T renamed to public get(callable Callable<T>, retryPolicy RetryPolicy) : T in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Method public withRetries(runnable RetryableRunnable, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialSynchronousCall boolean) : ListenableFuture<?> renamed to public run(runnable ContextualRunnable, retryPolicy RetryPolicy, executor ScheduledExecutorService) : RecurrentFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Method public withRetries(callable Callable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService, initialSynchronousCall boolean) : ListenableFuture<T> renamed to public get(callable Callable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService) : RecurrentFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Method public withRetries(runnable Runnable, retryPolicy RetryPolicy) : void renamed to public run(runnable Runnable, retryPolicy RetryPolicy) : void in class net.jodah.recurrent.Recurrent |
From |
To |
|
Rename Method public retryable(callable Callable<T>) : RetryableCallable<T> renamed to public contextual(callable Callable<T>) : ContextualCallable<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Parameter Type runnable : RetryableRunnable to runnable : ContextualRunnable in method public run(runnable ContextualRunnable, retryPolicy RetryPolicy, executor ScheduledExecutorService) : RecurrentFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Parameter Type callable : RetryableCallable<T> to callable : ContextualCallable<T> in method package of(callable ContextualCallable<T>) : AsyncCallable<T> in class net.jodah.recurrent.AsyncCallable |
From |
To |
|
Change Parameter Type callable : RetryableCallable<T> to callable : ContextualCallable<T> in method public get(callable ContextualCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService) : RecurrentFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Parameter Type executor : ScheduledExecutorService to executor : ExecutorService in method public whenCompleteAsync(completionListener CompletionListener<T>, executor ExecutorService) : RecurrentFuture<T> in class net.jodah.recurrent.RecurrentFuture |
From |
To |
|
Change Parameter Type runnable : RetryableRunnable to runnable : ContextualRunnable in method package of(runnable ContextualRunnable) : AsyncCallable<?> in class net.jodah.recurrent.AsyncCallable |
From |
To |
|
Change Parameter Type listener : CompletionListener<T> to future : RecurrentFuture<T> in method package initialize(invocation Invocation, future RecurrentFuture<T>, executor ScheduledExecutorService) : void in class net.jodah.recurrent.AsyncCallable |
From |
To |
|
Change Return Type ListenableFuture<T> to RecurrentFuture<T> in method public get(callable Callable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService) : RecurrentFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Return Type ListenableFuture<T> to RecurrentFuture<T> in method public whenCompleteAsync(completionListener CompletionListener<T>, executor ExecutorService) : RecurrentFuture<T> in class net.jodah.recurrent.RecurrentFuture |
From |
To |
|
Change Return Type ListenableFuture<?> to RecurrentFuture<?> in method public run(runnable Runnable, retryPolicy RetryPolicy, executor ScheduledExecutorService) : RecurrentFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Return Type RetryableRunnable to ContextualRunnable in method public contextual(runnable Runnable) : ContextualRunnable in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Return Type RetryableCallable<T> to ContextualCallable<T> in method public contextual(callable Callable<T>) : ContextualCallable<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Return Type ListenableFuture<T> to RecurrentFuture<T> in method public whenComplete(completionListener CompletionListener<T>) : RecurrentFuture<T> in class net.jodah.recurrent.RecurrentFuture |
From |
To |
|
Change Return Type ListenableFuture<T> to RecurrentFuture<T> in method public get(callable ContextualCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService) : RecurrentFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Return Type ListenableFuture<T> to RecurrentFuture<T> in method public whenSuccess(successListener SuccessListener<T>) : RecurrentFuture<T> in class net.jodah.recurrent.RecurrentFuture |
From |
To |
|
Change Return Type ListenableFuture<T> to RecurrentFuture<T> in method public whenCompleteAsync(completionListener CompletionListener<T>) : RecurrentFuture<T> in class net.jodah.recurrent.RecurrentFuture |
From |
To |
|
Change Return Type ListenableFuture<T> to RecurrentFuture<T> in method public whenSuccessAsync(successListener SuccessListener<T>) : RecurrentFuture<T> in class net.jodah.recurrent.RecurrentFuture |
From |
To |
|
Change Return Type ListenableFuture<T> to RecurrentFuture<T> in method public whenFailureAsync(failureListener FailureListener, executor ScheduledExecutorService) : RecurrentFuture<T> in class net.jodah.recurrent.RecurrentFuture |
From |
To |
|
Change Return Type ListenableFuture<T> to RecurrentFuture<T> in method public whenFailureAsync(failureListener FailureListener) : RecurrentFuture<T> in class net.jodah.recurrent.RecurrentFuture |
From |
To |
|
Change Return Type ListenableFuture<T> to RecurrentFuture<T> in method public whenFailure(failureListener FailureListener) : RecurrentFuture<T> in class net.jodah.recurrent.RecurrentFuture |
From |
To |
|
Change Return Type ListenableFuture<T> to RecurrentFuture<T> in method private call(callable AsyncCallable<T>, retryPolicy RetryPolicy, executor ScheduledExecutorService, future RecurrentFuture<T>) : RecurrentFuture<T> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Return Type ListenableFuture<?> to RecurrentFuture<?> in method public run(runnable ContextualRunnable, retryPolicy RetryPolicy, executor ScheduledExecutorService) : RecurrentFuture<?> in class net.jodah.recurrent.Recurrent |
From |
To |
|
Change Return Type ListenableFuture<T> to RecurrentFuture<T> in method public whenSuccessAsync(successListener SuccessListener<T>, executor ScheduledExecutorService) : RecurrentFuture<T> in class net.jodah.recurrent.RecurrentFuture |
From |
To |