Class AmqpAppender.Event

  • Enclosing class:
    AmqpAppender

    protected static class AmqpAppender.Event
    extends java.lang.Object
    Small helper class to encapsulate a LoggingEvent, its MDC properties, and the number of retries.
    • Constructor Summary

      Constructors 
      Constructor Description
      Event​(ch.qos.logback.classic.spi.ILoggingEvent event)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ch.qos.logback.classic.spi.ILoggingEvent getEvent()  
      java.util.Map<java.lang.String,​java.lang.String> getProperties()  
      int incrementRetries()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Event

        public Event​(ch.qos.logback.classic.spi.ILoggingEvent event)
    • Method Detail

      • getEvent

        public ch.qos.logback.classic.spi.ILoggingEvent getEvent()
      • getProperties

        public java.util.Map<java.lang.String,​java.lang.String> getProperties()
      • incrementRetries

        public int incrementRetries()