Uses of Class
org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponse
-
Packages that use PublisherResponse Package Description org.infinispan.reactive.publisher.impl org.infinispan.reactive.publisher.impl.commands.batch -
-
Uses of PublisherResponse in org.infinispan.reactive.publisher.impl
Methods in org.infinispan.reactive.publisher.impl that return types with arguments of type PublisherResponse Modifier and Type Method Description CompletableFuture<PublisherResponse>PublisherHandler. getNext(String requestId)Retrieves 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.batch Modifier and Type Class Description classKeyPublisherResponseA Publisher Response that is used when key tracking is enabled.Methods in org.infinispan.reactive.publisher.impl.commands.batch that return PublisherResponse Modifier and Type Method Description static PublisherResponsePublisherResponse. emptyResponse(org.infinispan.commons.util.IntSet completedSegments, org.infinispan.commons.util.IntSet lostSegments)PublisherResponsePublisherResponseExternalizer. readObject(ObjectInput input)Methods in org.infinispan.reactive.publisher.impl.commands.batch that return types with arguments of type PublisherResponse Modifier and Type Method Description Set<Class<? extends PublisherResponse>>PublisherResponseExternalizer. getTypeClasses()Methods in org.infinispan.reactive.publisher.impl.commands.batch with parameters of type PublisherResponse Modifier and Type Method Description voidPublisherResponseExternalizer. writeObject(ObjectOutput output, PublisherResponse object)
-