|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DelegatingActor.Strategy
Method Summary | |
---|---|
Address |
recipient(Message msg)
Select the recipient for msg |
void |
start()
Make sure actors in this strategy have their Actor.start()
methods invoked. |
Method Detail |
---|
Address recipient(Message msg)
msg
msg
- the message to look up a recipient for
msg
to. If null
is returned the message will be silently droppedvoid start()
Actor.start()
methods invoked. Note that it is the responsibility of the strategy
to start any actors that are created after this method has been
invoked
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |