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 Detail

      • get

        T get()
        throws org.apache.kafka.streams.errors.InvalidStateStoreException
        Specified by:
        get in interface CheckedSupplier<T,​org.apache.kafka.streams.errors.InvalidStateStoreException>
        Throws:
        org.apache.kafka.streams.errors.InvalidStateStoreException