public interface InitialSpanInfo
InternalSpan.| Modifier and Type | Method and Description |
|---|---|
default void |
forEachAttribute(BiConsumer<String,String> biConsumer)
An operation to apply on each of the attributes
|
default Map<String,String> |
getInitialAttributes() |
default int |
getInitialAttributesCount() |
InitialExportInfo |
getInitialExportInfo() |
String |
getName() |
default boolean |
isPolicySpan() |
default boolean |
isRootSpan()
indicates if it is the first entry point of a mule pan.
|
String getName()
default Map<String,String> getInitialAttributes()
default boolean isPolicySpan()
InternalSpan belongs to a policy. TODO: Technical debt: verify order of spans in the case
of policies (W-12041739)default boolean isRootSpan()
InitialExportInfo getInitialExportInfo()
default void forEachAttribute(BiConsumer<String,String> biConsumer)
biConsumer - the operation to apply.default int getInitialAttributesCount()
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.