Spring Integration

Uses of Class
org.springframework.integration.history.MessageHistoryEvent

Packages that use MessageHistoryEvent
org.springframework.integration.history   
 

Uses of MessageHistoryEvent in org.springframework.integration.history
 

Methods in org.springframework.integration.history that return MessageHistoryEvent
 MessageHistoryEvent MessageHistory.addEvent(NamedComponent component)
          Add a new event with the provided component metadata.
 

Methods in org.springframework.integration.history that return types with arguments of type MessageHistoryEvent
 Iterator<MessageHistoryEvent> MessageHistory.iterator()
          Returns a weakly consistent iterator that will never throw ConcurrentModificationException as in ConcurrentLinkedQueue.iterator().
 


Spring Integration

Copyright © 2010. All Rights Reserved.