Interface MutinyStreamingCache.CacheEntryPublisher

All Superinterfaces:
AutoCloseable, io.smallrye.mutiny.Multi<ByteBuffer>, org.reactivestreams.Publisher<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 io.smallrye.mutiny.Multi

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

    Methods inherited from interface org.reactivestreams.Publisher

    subscribe