C class

Implemented types

Constructors

C(String _traceId, String _spanId, int _timestamp)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attachments() Map<String, String>
Dispatch attachments.
override
consumer() → dynamic
the consumer network principal.
override
getAttribute<T>(Key<T> k) → T
get attribute.
override
mode() int
the request run mode. {@link RunMode}
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
principals() List
Get the mpc broadcast network principals.
override
provider() → dynamic
the provider network principal.
override
resume() Context
will open a new context.
override
rewriteURN(String urn) → void
rewrite the urn.
override
setAttribute<T>(Key<T> k, T v) → void
set attribute.
override
spanId() String
the request span id.
override
timestamp() int
the request create time.
override
toString() String
A string representation of this object.
inherited
traceId() String
the request trace id.
override
urn() String
mesh resource uniform name.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited