| Package | Description |
|---|---|
| de.ruedigermoeller.kontraktor | |
| de.ruedigermoeller.kontraktor.impl |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.copy() |
static Message |
Actor.currentMsg() |
Message |
MessageSequence.first() |
Message |
MessageSequence.get(int index) |
static Message |
Actor.msg(Future call) |
Message |
Message.withTarget(T newTarget) |
Message |
Message.withTarget(T newTarget,
boolean copyArgs) |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
MessageSequence.getMessages() |
| Constructor and Description |
|---|
MessageSequence(Message msg,
Object... targets) |
| Constructor and Description |
|---|
MessageSequence(List<Message> messages) |
| Modifier and Type | Class and Description |
|---|---|
class |
CallEntry<T>
Created by ruedi on 18.05.14.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
CallEntry.copy() |
Message |
CallEntry.withTarget(T newTarget) |
Message |
CallEntry.withTarget(T newTarget,
boolean copyArgs) |
Copyright © 2014. All rights reserved.