Fixed issue with sender reference in Active Objects
This commit is contained in:
parent
87276a4938
commit
61a7cdf9d5
16 changed files with 127 additions and 91 deletions
|
|
@ -1,9 +1,6 @@
|
|||
package se.scalablesolutions.akka.api;
|
||||
|
||||
import se.scalablesolutions.akka.actor.annotation.oneway;
|
||||
|
||||
public interface Bar {
|
||||
@oneway
|
||||
void bar(String msg);
|
||||
Ext getExt();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue