Context class abstract
- Implementers
Constructors
- Context()
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.
-
consumer(
) → dynamic - the consumer network principal.
-
getAttribute<
T> (Key< T> key) → T - get attribute.
-
mode(
) → int - the request run mode. {@link RunMode}
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
principals(
) → List - Get the mpc broadcast network principals.
-
provider(
) → dynamic - the provider network principal.
-
resume(
) → Context - will open a new context.
-
rewriteURN(
String urn) → void - rewrite the urn.
-
setAttribute<
T> (Key< T> k, T v) → void - set attribute.
-
spanId(
) → String - the request span id.
-
timestamp(
) → int - the request create time.
-
toString(
) → String -
A string representation of this object.
inherited
-
traceId(
) → String - the request trace id.
-
urn(
) → String - mesh resource uniform name.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited