public interface ActorFactory
| Modifier and Type | Method and Description |
|---|---|
Actor |
createActor(Object target)
Creates an asynchronous actor for the given target object.
|
Actor |
createBlockingActor(Object target)
Creates a synchronous actor for the given target object.
|
Copyright © 2013. All rights reserved