public interface MessageHistoryFactory
MessageHistory instances.| Modifier and Type | Method and Description |
|---|---|
MessageHistory |
newMessageHistory(String routeId,
NamedNode node,
Date timestamp)
Deprecated.
|
MessageHistory |
newMessageHistory(String routeId,
NamedNode node,
long timestamp)
Creates a new
MessageHistory |
@Deprecated MessageHistory newMessageHistory(String routeId, NamedNode node, Date timestamp)
newMessageHistory(String, NamedNode, long)MessageHistoryrouteId - the route idnode - the node in the routetimestamp - the time the message processed at this node.MessageHistoryMessageHistory newMessageHistory(String routeId, NamedNode node, long timestamp)
MessageHistoryrouteId - the route idnode - the node in the routetimestamp - the time the message processed at this node.MessageHistoryApache Camel