Interface AbstractCallTreeFilter.IPairFactory<T>
- Type Parameters:
T
- type used for the message pairing.
- Enclosing class:
- AbstractCallTreeFilter<T>
public static interface AbstractCallTreeFilter.IPairFactory<T>
- Since:
- 1.5
- Author:
- Andre van Hoorn
-
Method Summary
Modifier and Type Method Description T
createPair(SynchronousCallMessage callMsg)
This method creates an actual pair using the given call message.
-
Method Details
-
createPair
This method creates an actual pair using the given call message.- Parameters:
callMsg
- The call message containing the necessary information to create the pair.- Returns:
- The actual pair.
- Since:
- 1.5
-