Module org.elasticsearch.xcore
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetAsync(ActionListener<V> listener) Asynchronously retrieves the value that is being supplied and notifies the listener upon completion.
-
Method Details
-
getAsync
Asynchronously retrieves the value that is being supplied and notifies the listener upon completion.
-