Interface AsyncLookupFunctionProvider
- All Superinterfaces:
LookupTableSource.LookupRuntimeProvider
- All Known Subinterfaces:
PartialCachingAsyncLookupProvider
@PublicEvolving
public interface AsyncLookupFunctionProvider
extends LookupTableSource.LookupRuntimeProvider
A provider for creating
AsyncLookupFunction.-
Method Summary
Modifier and TypeMethodDescriptionCreates anAsyncLookupFunctioninstance.static AsyncLookupFunctionProviderof(AsyncLookupFunction asyncLookupFunction) Helper function for creating a static provider.
-
Method Details
-
of
Helper function for creating a static provider. -
createAsyncLookupFunction
AsyncLookupFunction createAsyncLookupFunction()Creates anAsyncLookupFunctioninstance.
-