public abstract class AbstractNodeDecorator
extends java.lang.Object
| Constructor and Description |
|---|
AbstractNodeDecorator() |
| Modifier and Type | Method and Description |
|---|---|
static AbstractNodeDecorator |
createFromName(java.lang.String optionName)
Creates a node decorator from its option name.
|
abstract 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.
|
public static AbstractNodeDecorator createFromName(java.lang.String optionName)
optionName - The option name to create a decorator fornull if none can be determinedpublic abstract void processMessage(AbstractMessage message, DependencyGraphNode<?> sourceNode, DependencyGraphNode<?> targetNode, java.util.concurrent.TimeUnit timeunit)
message - 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