Module methanol

Class CacheReadingPublisher

  • All Implemented Interfaces:
    java.util.concurrent.Flow.Publisher<java.util.List<java.nio.ByteBuffer>>

    public final class CacheReadingPublisher
    extends java.lang.Object
    implements java.util.concurrent.Flow.Publisher<java.util.List<java.nio.ByteBuffer>>
    Publisher for the response body as read from a cached entry's Store.Viewer.
    • Method Detail

      • subscribe

        public void subscribe​(java.util.concurrent.Flow.Subscriber<? super java.util.List<java.nio.ByteBuffer>> subscriber)
        Specified by:
        subscribe in interface java.util.concurrent.Flow.Publisher<java.util.List<java.nio.ByteBuffer>>