|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.libs.F.ArchivedEventStream<T>
public static class F.ArchivedEventStream<T>
Constructor Summary | |
---|---|
F.ArchivedEventStream(int archiveSize)
|
Method Summary | |
---|---|
java.util.List<T> |
archive()
|
java.util.List<F.IndexedEvent> |
availableEvents(long lastEventSeen)
|
F.EventStream<T> |
eventStream()
|
F.Promise<java.util.List<F.IndexedEvent<T>>> |
nextEvents(long lastEventSeen)
|
void |
publish(T event)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public F.ArchivedEventStream(int archiveSize)
Method Detail |
---|
public F.EventStream<T> eventStream()
public F.Promise<java.util.List<F.IndexedEvent<T>>> nextEvents(long lastEventSeen)
public java.util.List<F.IndexedEvent> availableEvents(long lastEventSeen)
public java.util.List<T> archive()
public void publish(T event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |