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