Package org.infinispan.rest.stream
Class CacheKeyStreamProcessor
java.lang.Object
org.infinispan.rest.stream.CacheChunkedStream<byte[]>
org.infinispan.rest.stream.CacheKeyStreamProcessor
A
CacheChunkedStream
that reads from a byte[]
and produces a JSON output.- Since:
- 10.0
-
Field Summary
Fields inherited from class org.infinispan.rest.stream.CacheChunkedStream
logger, publisher
-
Constructor Summary
-
Method Summary
Methods inherited from class org.infinispan.rest.stream.CacheChunkedStream
readContentAsBytes
-
Constructor Details
-
CacheKeyStreamProcessor
public CacheKeyStreamProcessor(org.reactivestreams.Publisher<byte[]> publisher)
-
-
Method Details
-
subscribe
public void subscribe(io.netty.channel.ChannelHandlerContext ctx) - Specified by:
subscribe
in classCacheChunkedStream<byte[]>
-