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
    Constructor
    Description
    OnOverflowLiteral(String strategy, long buffer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends Annotation>
     
    long
     
    static org.eclipse.microprofile.reactive.messaging.OnOverflow
    create(String strategy, long buffer)
     
    org.eclipse.microprofile.reactive.messaging.OnOverflow.Strategy
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public Class<? extends Annotation> annotationType()
      Specified by:
      annotationType in interface Annotation