Interface KeyValueStorePublisher
public interface KeyValueStorePublisher
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionasKeyValueStore(org.reactivestreams.Publisher<R> publisher, Function<R, ID> idExtractor) asKeyValueStore(org.reactivestreams.Publisher<R> publisher, Function<R, ID> idExtractor, Supplier<Map<ID, R>> storeSupplier)
-
Method Details
-
asKeyValueStore
-
asKeyValueStore
-