Package com.linecorp.armeria.common
Interface RequestId
public interface RequestId
-
Method Summary
Modifier and TypeMethodDescriptionstatic RequestId
of
(long value) Returns aRequestId
created from the specified 64-bit integer.static RequestId
random()
Returns aRequestId
created from a 64-bit random integer.default String
Returns the human-friendly short textual representation of this ID.text()
Returns the full textual representation of this ID.