Uses of Class
org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
Packages that use InitialPublisherCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
-
Uses of InitialPublisherCommand in org.infinispan.commands
Methods in org.infinispan.commands that return InitialPublisherCommandModifier and TypeMethodDescription<K,I, R> InitialPublisherCommand<K, I, R> CommandsFactory.buildInitialPublisherCommand(String requestId, DeliveryGuarantee deliveryGuarantee, int batchSize, org.infinispan.commons.util.IntSet segments, Set<K> keys, Set<K> excludedKeys, long explicitFlags, boolean entryStream, boolean trackKeys, Function<? super org.reactivestreams.Publisher<I>, ? extends org.reactivestreams.Publisher<R>> transformer) <K,I, R> InitialPublisherCommand<K, I, R> CommandsFactoryImpl.buildInitialPublisherCommand(String requestId, DeliveryGuarantee deliveryGuarantee, int batchSize, org.infinispan.commons.util.IntSet segments, Set<K> keys, Set<K> excludedKeys, long explicitFlags, boolean entryStream, boolean trackKeys, Function<? super org.reactivestreams.Publisher<I>, ? extends org.reactivestreams.Publisher<R>> transformer) -
Uses of InitialPublisherCommand in org.infinispan.reactive.publisher.impl
Methods in org.infinispan.reactive.publisher.impl with parameters of type InitialPublisherCommandModifier and TypeMethodDescription<I,R> CompletableFuture<PublisherResponse> PublisherHandler.register(InitialPublisherCommand<?, I, R> command) Registers a publisher given the initial command arguments.