Class OnMaxNoOp

  • All Implemented Interfaces:
    MaxLoopBehaviour

    @ComponentProfile(summary="MaxLoopBehaviour implementation that has no behaviour.",
                      since="3.9.1")
    public class OnMaxNoOp
    extends java.lang.Object
    implements MaxLoopBehaviour
    MaxLoopBehaviour implementation that does nothing.

    This means that the message is not touched as it exits the do-while or while loop, no exception is thrown. This effectively preserves the previous behaviour.

    In the adapter configuration file this class is aliased as max-loops-no-behaviour which is the preferred alternative to the fully qualified classname when building your configuration.

    • Constructor Summary

      Constructors 
      Constructor Description
      OnMaxNoOp()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onMax​(AdaptrisMessage msg)  
      • Methods inherited from class java.lang.Object

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

      • OnMaxNoOp

        public OnMaxNoOp()