Class RabbitListenerTestHarness.InvocationData

  • Enclosing class:
    RabbitListenerTestHarness

    public static class RabbitListenerTestHarness.InvocationData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InvocationData​(org.aopalliance.intercept.MethodInvocation invocation, java.lang.Object result)  
      InvocationData​(org.aopalliance.intercept.MethodInvocation invocation, java.lang.Throwable throwable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object[] getArguments()  
      java.lang.Object getResult()  
      java.lang.Throwable getThrowable()  
      • Methods inherited from class java.lang.Object

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

      • InvocationData

        public InvocationData​(org.aopalliance.intercept.MethodInvocation invocation,
                              java.lang.Object result)
      • InvocationData

        public InvocationData​(org.aopalliance.intercept.MethodInvocation invocation,
                              java.lang.Throwable throwable)
    • Method Detail

      • getArguments

        public java.lang.Object[] getArguments()
      • getResult

        public java.lang.Object getResult()
      • getThrowable

        public java.lang.Throwable getThrowable()