play.libs
类 F.EventStream<T>

java.lang.Object
  继承者 play.libs.F.EventStream<T>
包容类:
F

public static class F.EventStream<T>
extends java.lang.Object


构造方法摘要
F.EventStream()
           
F.EventStream(int maxBufferSize)
           
 
方法摘要
 F.Promise<T> nextEvent()
           
 void publish(T event)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

F.EventStream

public F.EventStream()

F.EventStream

public F.EventStream(int maxBufferSize)
方法详细信息

nextEvent

public F.Promise<T> nextEvent()

publish

public void publish(T event)


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly