Package play.libs
Class F.BlockingEventStream<T>
- java.lang.Object
-
- play.libs.F.BlockingEventStream<T>
-
- Enclosing class:
- F
public static class F.BlockingEventStream<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BlockingEventStream(int maxBufferSize, org.jboss.netty.channel.ChannelHandlerContext ctx)
BlockingEventStream(org.jboss.netty.channel.ChannelHandlerContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description F.Promise<T>
nextEvent()
void
publish(T event)
-