public class BaseListenerPools extends Object
| Constructor and Description |
|---|
BaseListenerPools() |
| Modifier and Type | Method and Description |
|---|---|
static BaseStepListener |
baseStepListenerFor(StepEventBus eventBus) |
static boolean |
isUsingAThreadForEachActor() |
static void |
mergeParallelActivityFlows(ThreadGroup currentThreadGroup) |
static void |
useAThreadForEachActorIn(ThreadGroup currentThreadGroup)
Use a new thread for each actor that participates in threads in the current thread group.
|
public static void useAThreadForEachActorIn(ThreadGroup currentThreadGroup)
public static boolean isUsingAThreadForEachActor()
public static BaseStepListener baseStepListenerFor(StepEventBus eventBus)
public static void mergeParallelActivityFlows(ThreadGroup currentThreadGroup)
Copyright © 2023. All rights reserved.