public interface ActorContextFactory
ActorContextFactory creates a new ActorContext instance via the createActorContext() method. 
 This interface helps you to implement/use your own ActorContext implementation.
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Modifier and Type | Method and Description | 
|---|---|
| ActorContext | createActorContext()This method is used to create  ActorContext | 
static final java.lang.String CLASS_VERSION
ActorContext createActorContext()
ActorContext