类 JmsNewMethodArgumentsIdentifier<T>

  • 所有已实现的接口:
    org.springframework.retry.interceptor.NewMethodArgumentsIdentifier

    public class JmsNewMethodArgumentsIdentifier<T>
    extends java.lang.Object
    implements org.springframework.retry.interceptor.NewMethodArgumentsIdentifier
    A NewMethodArgumentsIdentifier for JMS that looks for a message in the arguments and checks its delivery status.
    作者:
    Dave Syer
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      booleanisNew​(java.lang.Object[] args)
      If any of the arguments is a message, check the JMS re-delivered flag and return it, otherwise return false to be on the safe side.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • isNew

        public boolean isNew​(java.lang.Object[] args)
        If any of the arguments is a message, check the JMS re-delivered flag and return it, otherwise return false to be on the safe side.
        指定者:
        isNew 在接口中 org.springframework.retry.interceptor.NewMethodArgumentsIdentifier
        另请参阅:
        NewMethodArgumentsIdentifier.isNew(java.lang.Object[])