public interface ConcurrencyService
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
getBucketedExecutor(String name,
BucketedExecutorSettings<T> settings)
Retrieves a
BucketedExecutor by name, or creates a new one if it does not already exists. |
@Nonnull <T extends Serializable> BucketedExecutor<T> getBucketedExecutor(@Nonnull String name, @Nonnull BucketedExecutorSettings<T> settings)
BucketedExecutor by name, or creates a new one if it does not already exists.T - the type of settingsname - the executor namesettings - configuration for the executornull if it hasn't been created yet.Copyright © 2019 Atlassian. All rights reserved.