|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.transactor.SendTo
public class SendTo
Used for specifying actor refs and messages to send to during coordination.
| Constructor Summary | |
|---|---|
SendTo(ActorRef actor,
scala.Option<java.lang.Object> message)
|
|
| Method Summary | |
|---|---|
ActorRef |
actor()
|
scala.Option<java.lang.Object> |
message()
|
| 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 |
| Constructor Detail |
|---|
public SendTo(ActorRef actor,
scala.Option<java.lang.Object> message)
| Method Detail |
|---|
public ActorRef actor()
public scala.Option<java.lang.Object> message()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||