Class BroadcastLiteral
- java.lang.Object
-
- io.quarkus.smallrye.reactivemessaging.deployment.BroadcastLiteral
-
- All Implemented Interfaces:
Annotation
public class BroadcastLiteral extends Object implements io.smallrye.reactive.messaging.annotations.Broadcast
-
-
Constructor Summary
Constructors Constructor Description BroadcastLiteral(int subscribers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>annotationType()intvalue()-
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
-
-
-
-
Method Detail
-
value
public int value()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation
-
-