Class EmitterFactoryFor.Literal
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<EmitterFactoryFor>
-
- io.smallrye.reactive.messaging.annotations.EmitterFactoryFor.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- EmitterFactoryFor
public static final class EmitterFactoryFor.Literal extends javax.enterprise.util.AnnotationLiteral<EmitterFactoryFor> implements EmitterFactoryFor
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.smallrye.reactive.messaging.annotations.EmitterFactoryFor
EmitterFactoryFor.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static EmitterFactoryForEMITTERstatic EmitterFactoryForLEGACY_EMITTERstatic EmitterFactoryForMUTINY_EMITTER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmitterFactoryForof(Class<?> value)Class<?>value()-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
EMITTER
public static EmitterFactoryFor EMITTER
-
MUTINY_EMITTER
public static EmitterFactoryFor MUTINY_EMITTER
-
LEGACY_EMITTER
public static EmitterFactoryFor LEGACY_EMITTER
-
-
Method Detail
-
of
public static EmitterFactoryFor of(Class<?> value)
-
value
public Class<?> value()
-
-