|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.transactor.Coordinated$
public class Coordinated$
Coordinated transactions across actors.
| Field Summary | |
|---|---|
static Coordinated$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
| Constructor Summary | |
|---|---|
Coordinated$()
|
|
| Method Summary | |
|---|---|
Coordinated |
apply(java.lang.Object message,
Timeout timeout)
Creates a new Coordinated with the given message and Timeout |
scala.Option<java.lang.Object> |
unapply(Coordinated c)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Coordinated$ MODULE$
| Constructor Detail |
|---|
public Coordinated$()
| Method Detail |
|---|
public Coordinated apply(java.lang.Object message,
Timeout timeout)
message - - the message which will be coordinatedtimeout - - the timeout for the coordination
public scala.Option<java.lang.Object> unapply(Coordinated c)
c - - a Coordinated to be unapplied
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||