Class OnOverflowLiteral
- java.lang.Object
-
- io.quarkus.smallrye.reactivemessaging.deployment.OnOverflowLiteral
-
- All Implemented Interfaces:
Annotation
public class OnOverflowLiteral extends Object implements org.eclipse.microprofile.reactive.messaging.OnOverflow
-
-
Constructor Summary
Constructors Constructor Description OnOverflowLiteral(String strategy, long buffer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>annotationType()longbufferSize()static org.eclipse.microprofile.reactive.messaging.OnOverflowcreate(String strategy, long buffer)org.eclipse.microprofile.reactive.messaging.OnOverflow.Strategyvalue()-
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
-
OnOverflowLiteral
OnOverflowLiteral(String strategy, long buffer)
-
-
Method Detail
-
create
public static org.eclipse.microprofile.reactive.messaging.OnOverflow create(String strategy, long buffer)
-
value
public org.eclipse.microprofile.reactive.messaging.OnOverflow.Strategy value()
-
bufferSize
public long bufferSize()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation
-
-