Class AppIdentifier
- java.lang.Object
-
- com.avioconsulting.mule.opentelemetry.api.AppIdentifier
-
public final class AppIdentifier extends Object
-
-
Constructor Summary
Constructors Constructor Description AppIdentifier(String name, String orgId, String envId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppIdentifierfromEnvironment(org.mule.runtime.core.api.el.ExpressionManager expressionManager)StringgetEnvId()StringgetIdentifier()StringgetName()StringgetOrgId()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getOrgId
public String getOrgId()
-
getEnvId
public String getEnvId()
-
getIdentifier
public String getIdentifier()
-
fromEnvironment
public static AppIdentifier fromEnvironment(org.mule.runtime.core.api.el.ExpressionManager expressionManager)
-
-