org.ikasan.spec.component.sequencing

Interface Sequencer<T>

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      List<T> sequence(T event)
      Returns an ordered List for forwarding downstream
    • Method Detail

      • sequence

        List<T> sequence(T event)
                         throws SequencerException
        Returns an ordered List for forwarding downstream
        Parameters:
        event - The event to perform sequencing on
        Returns:
        List for forwarding downstream in order
        Throws:
        SequencerException - Exception if we could not sequence

Copyright © 2007-2016 Ikasan. All Rights Reserved.