T - type of TaskRunner to createpublic class LaneRunner<T extends TaskRunner> extends Object implements AutoCloseable
Orchestrator created in this thread
will be applied and recorded for later retrieval.GlobalOrchestratorConfig.interceptFirstOnCreate(Supplier)public final List<T extends TaskRunner> runners
Care should be taken if this list is retrieved asynchronously since the list might still be added to. A safe strategy is to retrieve the list at a point when all processing for this thread is completed. Otherwise, the standard Java practices around avoiding ConcurrentModificationExceptions when traversing lists should be practiced.
public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2021. All rights reserved.