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 Details

    • EmitterFactoryForLiteral

      public EmitterFactoryForLiteral()
    • EmitterFactoryForLiteral

      public EmitterFactoryForLiteral(Class<?> type)
  • Method Details

    • 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:
      annotationType in interface Annotation