Class BaseMessageEventUtils
java.lang.Object
io.opencensus.trace.internal.BaseMessageEventUtils
Helper class to convert/cast between for
MessageEvent and NetworkEvent.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MessageEventasMessageEvent(BaseMessageEvent event) Cast or convert aBaseMessageEventtoMessageEvent.static NetworkEventasNetworkEvent(BaseMessageEvent event) Cast or convert aBaseMessageEventtoNetworkEvent.
-
Constructor Details
-
BaseMessageEventUtils
private BaseMessageEventUtils()
-
-
Method Details
-
asMessageEvent
Cast or convert aBaseMessageEventtoMessageEvent.Warning: if the input is a
io.opencensus.trace.NetworkEventand containskernelTimestampinformation, this information will be dropped.- Parameters:
event- theBaseMessageEventthat is being cast or converted.- Returns:
- a
MessageEventrepresentation of the input.
-
asNetworkEvent
Cast or convert aBaseMessageEventtoNetworkEvent.- Parameters:
event- theBaseMessageEventthat is being cast or converted.- Returns:
- a
io.opencensus.trace.NetworkEventrepresentation of the input.
-