public class AxonConnectorThreadFactory extends Object implements ThreadFactory
ThreadFactory implementation for AxonServer Connector threads.| Modifier and Type | Method and Description |
|---|---|
static AxonConnectorThreadFactory |
forInstanceId(String instanceId)
Constructs an
AxonConnectorThreadFactory using the given instanceId as part of the thread group. |
Thread |
newThread(Runnable runnable) |
public static AxonConnectorThreadFactory forInstanceId(String instanceId)
AxonConnectorThreadFactory using the given instanceId as part of the thread group.instanceId - the instance identifier to become part of the thread groupAxonConnectorThreadFactory used to create threadspublic Thread newThread(Runnable runnable)
newThread in interface ThreadFactoryCopyright © 2020–2023 AxonIQ BV. All rights reserved.