Package org.infinispan.rest
Class EventStream
java.lang.Object
org.infinispan.rest.EventStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Since:
- 13.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
setChannelHandlerContext
(io.netty.channel.ChannelHandlerContext ctx)
-
Constructor Details
-
EventStream
-
-
Method Details
-
sendEvent
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
setChannelHandlerContext
public void setChannelHandlerContext(io.netty.channel.ChannelHandlerContext ctx)
-