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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.microprofile.reactive.messaging.OnOverflow
org.eclipse.microprofile.reactive.messaging.OnOverflow.Strategy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>longstatic org.eclipse.microprofile.reactive.messaging.OnOverfloworg.eclipse.microprofile.reactive.messaging.OnOverflow.Strategyvalue()
-
Constructor Details
-
OnOverflowLiteral
OnOverflowLiteral(String strategy, long buffer)
-
-
Method Details
-
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
- Specified by:
annotationTypein interfaceAnnotation
-