public class ResponseTimeNodeDecorator extends AbstractNodeDecorator
| Constructor and Description |
|---|
ResponseTimeNodeDecorator(java.util.concurrent.TimeUnit displayTimeunit)
Creates a new response time decorator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processMessage(AbstractMessage message,
DependencyGraphNode<?> sourceNode,
DependencyGraphNode<?> targetNode,
java.util.concurrent.TimeUnit timeunit)
Processes a message sent from the given source to the given target node.
|
createFromNamepublic ResponseTimeNodeDecorator(java.util.concurrent.TimeUnit displayTimeunit)
displayTimeunit - The time unit used for displaying time values.public void processMessage(AbstractMessage message, DependencyGraphNode<?> sourceNode, DependencyGraphNode<?> targetNode, java.util.concurrent.TimeUnit timeunit)
AbstractNodeDecoratorprocessMessage in class AbstractNodeDecoratormessage - The sent messagesourceNode - The source node sending the messagetargetNode - The target node receiving the messagetimeunit - The time unit which determines how to interpret times.Copyright 2021 Kieker Project, http://kieker-monitoring.net