AbstractTracer

public abstract class AbstractTracer implements Tracer

The implementation base for Tracers.

Constructors

Link copied to clipboard
protected void AbstractTracer(Signal<?, ?, ?> signal)

Functions

Link copied to clipboard
public Signal<?, ?, ?> signal()
Obtains the traced signal message.

Inherited functions

Link copied to clipboard
public abstract void close()
Link copied to clipboard
public abstract void processedBy(MessageId receiver, EntityTypeName receiverType)
Marks the message to be processed by an entity with the given MessageId.