public static final class ManagedExecutorConfig.Literal extends javax.enterprise.util.AnnotationLiteral<ManagedExecutorConfig> implements ManagedExecutorConfig
ManagedExecutorConfig annotation instances.ManagedExecutorConfig.Literal| Modifier and Type | Field and Description |
|---|---|
static ManagedExecutorConfig.Literal |
DEFAULT_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String[] |
cleared() |
int |
maxAsync() |
int |
maxQueued() |
static ManagedExecutorConfig.Literal |
of(int maxAsync,
int maxQueued,
String[] cleared,
String[] propagated) |
String[] |
propagated() |
annotationType, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationType, equals, hashCode, toStringpublic static final ManagedExecutorConfig.Literal DEFAULT_INSTANCE
public static ManagedExecutorConfig.Literal of(int maxAsync, int maxQueued, String[] cleared, String[] propagated)
public int maxAsync()
public int maxQueued()
public String[] cleared()
public String[] propagated()
Copyright © 2018–2020. All rights reserved.