Interface MutinyStreamingCache.CacheEntrySubscriber

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

public static interface MutinyStreamingCache.CacheEntrySubscriber extends io.smallrye.mutiny.Multi<List<ByteBuffer>>
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.mutiny.Uni<CacheEntryMetadata>
     

    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