-
public interface DDScopeEventFactoryFactory that produces scope events
-
-
Method Summary
Modifier and Type Method Description abstract DDScopeEventcreate(DDSpanContext context)Create new scope event for given context. -
-
Method Detail
-
create
abstract DDScopeEvent create(DDSpanContext context)
Create new scope event for given context.
- Parameters:
context- span context.
-
-
-
-