Interface FlowObserver

  • All Known Implementing Classes:
    FlowTestHarnessImpl

    public interface FlowObserver
    FlowObserver contract for implementation by any class requiring capture of the observed flow actions.
    Author:
    Ikasan Development Team
    • Method Detail

      • notify

        <T> void notify​(T actual)
        Notify the observer of an actual behaviour change.
        Parameters:
        actual -