Class EmitterFactoryForLiteral
- java.lang.Object
-
- io.quarkus.smallrye.reactivemessaging.runtime.EmitterFactoryForLiteral
-
- All Implemented Interfaces:
Annotation
public class EmitterFactoryForLiteral extends Object implements io.smallrye.reactive.messaging.annotations.EmitterFactoryFor
-
-
Constructor Summary
Constructors Constructor Description EmitterFactoryForLiteral()EmitterFactoryForLiteral(Class<?> type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>annotationType()Class<?>getValue()static io.smallrye.reactive.messaging.annotations.EmitterFactoryForof(Class<?> type)voidsetValue(Class<?> value)Class<?>value()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
EmitterFactoryForLiteral
public EmitterFactoryForLiteral()
-
EmitterFactoryForLiteral
public EmitterFactoryForLiteral(Class<?> type)
-
-
Method Detail
-
of
public static io.smallrye.reactive.messaging.annotations.EmitterFactoryFor of(Class<?> type)
-
getValue
public Class<?> getValue()
-
setValue
public void setValue(Class<?> value)
-
value
public Class<?> value()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation
-
-