Package play.libs

Class 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)  
    • Constructor Detail

      • BlockingEventStream

        public BlockingEventStream​(org.jboss.netty.channel.ChannelHandlerContext ctx)
      • BlockingEventStream

        public BlockingEventStream​(int maxBufferSize,
                                   org.jboss.netty.channel.ChannelHandlerContext ctx)
    • Method Detail

      • publish

        public void publish​(T event)