org.mule.routing
Class EventGroup.ArrivalOrderEventComparator

java.lang.Object
  extended by org.mule.routing.EventGroup.ArrivalOrderEventComparator
All Implemented Interfaces:
Comparator<MuleEvent>
Enclosing class:
EventGroup

public final class EventGroup.ArrivalOrderEventComparator
extends Object
implements Comparator<MuleEvent>


Constructor Summary
EventGroup.ArrivalOrderEventComparator()
           
 
Method Summary
 int compare(MuleEvent event1, MuleEvent event2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

EventGroup.ArrivalOrderEventComparator

public EventGroup.ArrivalOrderEventComparator()
Method Detail

compare

public int compare(MuleEvent event1,
                   MuleEvent event2)
Specified by:
compare in interface Comparator<MuleEvent>


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.