Class 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 Detail

    • Method Detail

      • 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>