Tracer

public interface Tracer implements AutoCloseable

A tracer of a single signal.

Implementations may choose to generate traces on processedBy or on close() for bulk processing.

Inheritors

Functions

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.
Link copied to clipboard
public abstract Signal<?, ?, ?> signal()
Obtains the traced signal message.

Inherited functions

Link copied to clipboard
public abstract void close()