Interface ProviderSynchronization


public interface ProviderSynchronization
Synchronization callback interface used to execute state updates or similar tasks in the thread context where the associated ProviderFuture is managed.
  • Method Details

    • onPendingSuccess

      void onPendingSuccess()
    • onPendingFailure

      void onPendingFailure(ProviderException cause)