Uses of Class
org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponse
Packages that use PublisherResponse
Package
Description
-
Uses of PublisherResponse in org.infinispan.reactive.publisher.impl
Methods in org.infinispan.reactive.publisher.impl that return types with arguments of type PublisherResponseModifier and TypeMethodDescriptionRetrieves the next response for the same request id that was configured on the command when invokingPublisherHandler.register(InitialPublisherCommand).<I,R> CompletableFuture<PublisherResponse> PublisherHandler.register(InitialPublisherCommand<?, I, R> command) Registers a publisher given the initial command arguments. -
Uses of PublisherResponse in org.infinispan.reactive.publisher.impl.commands.batch
Subclasses of PublisherResponse in org.infinispan.reactive.publisher.impl.commands.batchModifier and TypeClassDescriptionclassA Publisher Response that is used when key tracking is enabled.Methods in org.infinispan.reactive.publisher.impl.commands.batch that return PublisherResponseModifier and TypeMethodDescriptionstatic PublisherResponsePublisherResponse.emptyResponse(org.infinispan.commons.util.IntSet completedSegments, org.infinispan.commons.util.IntSet lostSegments) PublisherResponseExternalizer.readObject(ObjectInput input) Methods in org.infinispan.reactive.publisher.impl.commands.batch that return types with arguments of type PublisherResponseModifier and TypeMethodDescriptionSet<Class<? extends PublisherResponse>>PublisherResponseExternalizer.getTypeClasses()Methods in org.infinispan.reactive.publisher.impl.commands.batch with parameters of type PublisherResponseModifier and TypeMethodDescriptionvoidPublisherResponseExternalizer.writeObject(ObjectOutput output, PublisherResponse object)