play.libs
Class F.EventStream<T>

java.lang.Object
  extended by play.libs.F.EventStream<T>
Enclosing class:
F

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


Constructor Summary
F.EventStream()
           
F.EventStream(int maxBufferSize)
           
 
Method Summary
 F.Promise<T> nextEvent()
           
 void publish(T event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

F.EventStream

public F.EventStream()

F.EventStream

public F.EventStream(int maxBufferSize)
Method Detail

nextEvent

public F.Promise<T> nextEvent()

publish

public void publish(T event)


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