Class DefaultAlarmProcessor

  • All Implemented Interfaces:
    org.apache.camel.Processor

    public class DefaultAlarmProcessor
    extends java.lang.Object
    implements org.apache.camel.Processor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger LOG  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(org.apache.camel.Exchange exchange)  
      • Methods inherited from class java.lang.Object

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

      • LOG

        public static final org.slf4j.Logger LOG
    • Constructor Detail

      • DefaultAlarmProcessor

        public DefaultAlarmProcessor()
    • Method Detail

      • process

        public void process​(org.apache.camel.Exchange exchange)
                     throws java.lang.Exception
        Specified by:
        process in interface org.apache.camel.Processor
        Throws:
        java.lang.Exception