SOURCE - message to split or aggregatepublic interface Splitter<SOURCE,TARGET>
payload resulting in a variable number of payloadss being routed downstream
based on the incoming payload.List<TARGET> split(SOURCE event) throws SplitterException
event - The event to perform splitting onSplitterException - Exception if we could not splitCopyright © 2007-2016 Ikasan. All Rights Reserved.