T
- Actor Type to be created.@FunctionalInterface public interface ActorFactory<T extends AbstractActor>
Modifier and Type | Method and Description |
---|---|
T |
createActor(ActorRuntimeContext<T> actorRuntimeContext,
ActorId actorId)
Creates an Actor.
|
T createActor(ActorRuntimeContext<T> actorRuntimeContext, ActorId actorId)
actorRuntimeContext
- Actor type's context in the runtime.actorId
- Actor Id.Copyright © 2020. All rights reserved.