Class Capture<T>


  • public class Capture<T>
    extends java.lang.Object
    Provides a container object to capture any actual occurrences in the flow.
    Author:
    Ikasan Development Team
    • Constructor Summary

      Constructors 
      Constructor Description
      Capture​(int order, T actual)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getActual()
      Get the generic type
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Capture

        public Capture​(int order,
                       T actual)
        Constructor
        Parameters:
        actual -
    • Method Detail

      • getActual

        public T getActual()
        Get the generic type
        Returns:
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object