Uses of Class
org.infinispan.reactive.publisher.impl.commands.batch.InitialPublisherCommand
-
Packages that use InitialPublisherCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.reactive.publisher.impl -
-
Uses of InitialPublisherCommand in org.infinispan.commands
Methods in org.infinispan.commands that return InitialPublisherCommand Modifier and Type Method Description <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, boolean includeLoader, 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, boolean includeLoader, 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 InitialPublisherCommand Modifier and Type Method Description <I,R>
CompletableFuture<PublisherResponse>PublisherHandler. register(InitialPublisherCommand<?,I,R> command)Registers a publisher given the initial command arguments.
-