- Type Parameters:
T - type used for the message pairing.
- Enclosing class:
- AbstractCallTreeFilter<T>
public static interface AbstractCallTreeFilter.IPairFactory<T>
- Since:
- 1.5
-
Method Summary
| Modifier and Type |
Method |
Description |
T |
createPair(kieker.model.system.model.SynchronousCallMessage callMsg) |
This method creates an actual pair using the given call message.
|
-
Method Details
-
T createPair(
kieker.model.system.model.SynchronousCallMessage callMsg)
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