|
Change Parameter Type callback : WithAccountLockCallback<PluginDispatcherReturnType<ReturnType>,ExceptionType> to callback : DispatcherCallback<PluginDispatcherReturnType<ReturnType>,ExceptionType> in method public CallableWithAccountLock(locker GlobalLocker, accountExternalKey String, paymentConfig PaymentConfig, callback DispatcherCallback<PluginDispatcherReturnType<ReturnType>,ExceptionType>) in class org.killbill.billing.payment.core.ProcessorBase.CallableWithAccountLock |
From |
To |
|
Change Parameter Type callback : WithAccountLockCallback<PluginDispatcherReturnType<OperationResult>,ExceptionType> to callback : DispatcherCallback<PluginDispatcherReturnType<OperationResult>,ExceptionType> in method protected dispatchWithAccountLockAndTimeout(callback DispatcherCallback<PluginDispatcherReturnType<OperationResult>,ExceptionType>) : OperationResult in class org.killbill.billing.payment.core.sm.OperationCallbackBase |
From |
To |
|
Change Parameter Type callback : WithAccountLockCallback<PluginDispatcherReturnType<ReturnType>,ExceptionType> to callback : DispatcherCallback<PluginDispatcherReturnType<ReturnType>,ExceptionType> in method public processAccountWithLock(locker GlobalLocker, accountExternalKey String, callback DispatcherCallback<PluginDispatcherReturnType<ReturnType>,ExceptionType>) : PluginDispatcherReturnType<ReturnType> in class org.killbill.billing.payment.core.ProcessorBase.WithAccountLock |
From |
To |