Interface MutinyStreamingCache.CacheEntryPublisher

All Superinterfaces:
AutoCloseable, Flow.Publisher<ByteBuffer>, io.smallrye.mutiny.Multi<ByteBuffer>
Enclosing interface:
MutinyStreamingCache<K>

public static interface MutinyStreamingCache.CacheEntryPublisher extends io.smallrye.mutiny.Multi<ByteBuffer>, AutoCloseable
  • Method Summary

    Methods inherited from interface java.lang.AutoCloseable

    close

    Methods inherited from interface java.util.concurrent.Flow.Publisher

    subscribe

    Methods inherited from interface io.smallrye.mutiny.Multi

    attachContext, broadcast, cache, call, call, capDemandsTo, capDemandsUsing, collect, concatMap, convert, emitOn, filter, flatMap, group, ifNoItem, invoke, invoke, log, log, map, onCancellation, onCompletion, onFailure, onFailure, onFailure, onItem, onOverflow, onRequest, onSubscription, onTermination, paceDemand, plug, runSubscriptionOn, select, skip, split, stage, subscribe, toHotStream, toUni, withContext