public interface MarkerMessage extends Message<MarkerMessage>
Methods to set message fields specific to Markers.
A MarkerMessage is a message sent to SAS to provide context about a trail. The marker may be used for correlating multiple trails into a trace or branch. It may also be used for searching for a trace in the SAS UI.
Some markers have special meaning to the SAS server, the START, END and FLUSH markers indicate when a trail is started, when one is ended, and when no more data is expected in the next few seconds.
Modifier and Type | Method and Description |
---|---|
MarkerMessage |
associationScope(Scope scope)
Sets the scope of the marker.
|
MarkerMessage |
branchScope() |
MarkerMessage |
noneScope() |
MarkerMessage |
noReactivation() |
MarkerMessage |
setReactivationFlag(boolean reactivate)
Sets the reactivation flag of the marker.
|
MarkerMessage |
traceScope() |
instance, isEnabled, report, staticParam, staticParam, staticParam, threadSafeParam, varParam, varParams, varParams
MarkerMessage associationScope(Scope scope)
Sets the scope of the marker.
scope
- whether the marker should associate on the branch or trace scopeMarkerMessage traceScope()
MarkerMessage branchScope()
MarkerMessage noneScope()
MarkerMessage setReactivationFlag(boolean reactivate)
Sets the reactivation flag of the marker.
reactivate
- whether the trail should be reactivated after the marker is sentMarkerMessage noReactivation()