Interface AuthorizationEngine.AsyncSupplier<V>

Enclosing interface:
AuthorizationEngine
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AuthorizationEngine.AsyncSupplier<V>
  • Method Summary

    Modifier and Type
    Method
    Description
    Asynchronously retrieves the value that is being supplied and notifies the listener upon completion.
  • Method Details

    • getAsync

      SubscribableListener<V> getAsync()
      Asynchronously retrieves the value that is being supplied and notifies the listener upon completion.