org.ikasan.spec.component.splitting

Interface Splitter<SOURCE,TARGET>

    • Method Summary

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

      • split

        List<TARGET> split(SOURCE event)
                           throws SplitterException
        Returns an ordered List for forwarding downstream
        Parameters:
        event - The event to perform splitting on
        Returns:
        List for forwarding downstream in order
        Throws:
        SplitterException - Exception if we could not split

Copyright © 2007-2016 Ikasan. All Rights Reserved.