Class RemotePublisher<K,E>

java.lang.Object
org.infinispan.hotrod.impl.iteration.RemotePublisher<K,E>
All Implemented Interfaces:
org.reactivestreams.Publisher<org.infinispan.api.common.CacheEntry<K,E>>

public class RemotePublisher<K,E> extends Object implements org.reactivestreams.Publisher<org.infinispan.api.common.CacheEntry<K,E>>
  • Constructor Details

  • Method Details

    • subscribe

      public void subscribe(org.reactivestreams.Subscriber<? super org.infinispan.api.common.CacheEntry<K,E>> subscriber)
      Specified by:
      subscribe in interface org.reactivestreams.Publisher<K>