TIBCO BusinessEvents® 6.3.2

Description

Add attributes, events, status and exception to Span. Add Span to current context and make it current and close Span.

Functions

NameSignature and Synopsis
addEventObject addEvent(Object span, String name)
endvoid end(Object span)
makeCurrentScope makeCurrent(Span span)
recordExceptionObject recordException(Span span, Object throwable)
setAttributeObject setAttribute(Span span, String name, Object value)
setStatusObject setStatus(Span span, String status)