public interface ParallelActorHandle<A>
| Modifier and Type | Method and Description |
|---|---|
ActorHandle<?> |
getHandle()
Get the real actor handle to use.
|
ParallelActorInstance<A> |
getInstance(int instanceId)
Get an execution instance of the parallel actor by the given instance ID.
|
int |
getParallelism()
Get the parallelism of this parallel actor.
|
ParallelActorInstance<A> getInstance(int instanceId)
int getParallelism()
ActorHandle<?> getHandle()
Copyright © 2024. All rights reserved.