Interface LocalStoreAccessor.StoreSupplier<T>
-
- All Superinterfaces:
CheckedSupplier<T,org.apache.kafka.streams.errors.InvalidStateStoreException>
- Enclosing class:
- LocalStoreAccessor<T>
- 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 LocalStoreAccessor.StoreSupplier<T> extends CheckedSupplier<T,org.apache.kafka.streams.errors.InvalidStateStoreException>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get()
-
-
-
Method Detail
-
get
T get() throws org.apache.kafka.streams.errors.InvalidStateStoreException
- Specified by:
get
in interfaceCheckedSupplier<T,org.apache.kafka.streams.errors.InvalidStateStoreException>
- Throws:
org.apache.kafka.streams.errors.InvalidStateStoreException
-
-