Interface AsyncLookupFunctionProvider
-
- All Superinterfaces:
LookupTableSource.LookupRuntimeProvider
- All Known Subinterfaces:
PartialCachingAsyncLookupProvider
@PublicEvolving public interface AsyncLookupFunctionProvider extends LookupTableSource.LookupRuntimeProvider
A provider for creatingAsyncLookupFunction
.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncLookupFunction
createAsyncLookupFunction()
Creates anAsyncLookupFunction
instance.static AsyncLookupFunctionProvider
of(AsyncLookupFunction asyncLookupFunction)
Helper function for creating a static provider.
-
-
-
Method Detail
-
of
static AsyncLookupFunctionProvider of(AsyncLookupFunction asyncLookupFunction)
Helper function for creating a static provider.
-
createAsyncLookupFunction
AsyncLookupFunction createAsyncLookupFunction()
Creates anAsyncLookupFunction
instance.
-
-