Package io.smallrye.context.api
Class ManagedExecutorConfig.Literal
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<ManagedExecutorConfig>
io.smallrye.context.api.ManagedExecutorConfig.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
- ManagedExecutorConfig
public static final class ManagedExecutorConfig.Literal
extends jakarta.enterprise.util.AnnotationLiteral<ManagedExecutorConfig>
implements ManagedExecutorConfig
Util class used for inline creation of
ManagedExecutorConfig annotation instances.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.smallrye.context.api.ManagedExecutorConfig
ManagedExecutorConfig.Literal -
Field Summary
Fields -
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
DEFAULT_INSTANCE
-
-
Method Details
-
of
public static ManagedExecutorConfig.Literal of(int maxAsync, int maxQueued, String[] cleared, String[] propagated) -
maxAsync
public int maxAsync() -
maxQueued
public int maxQueued() -
cleared
-
propagated
-