akka.persistence
Class Update$

java.lang.Object
  extended by akka.persistence.Update$
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class Update$
extends java.lang.Object
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Field Summary
static Update$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Update$()
           
 
Method Summary
 Update create()
          Java API.
 Update create(boolean await)
          Java API.
 Update create(boolean await, long replayMax)
          Java API.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

public static final Update$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Update$

public Update$()
Method Detail

create

public Update create()
Java API.

Returns:
(undocumented)

create

public Update create(boolean await)
Java API.

Parameters:
await - (undocumented)
Returns:
(undocumented)

create

public Update create(boolean await,
                     long replayMax)
Java API.

Parameters:
await - (undocumented)
replayMax - (undocumented)
Returns:
(undocumented)