public static class Prelogin.TraceId extends Prelogin.Token
| Constructor and Description |
|---|
TraceId(UUID connectionId,
UUID activityId,
int activitySequence)
Create a
Prelogin.TraceId to associate trace Ids with the connection. |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeStream(io.netty.buffer.ByteBuf buffer) |
String |
toString() |
encodeTokenpublic TraceId(@Nullable UUID connectionId, @Nullable UUID activityId, int activitySequence)
Prelogin.TraceId to associate trace Ids with the connection.connectionId - can be null.activityId - can be null.activitySequence - can be null.public void encodeStream(io.netty.buffer.ByteBuf buffer)
encodeStream in class Prelogin.TokenCopyright © 2023. All rights reserved.