Package 

Interface Traceable


  • 
    public interface Traceable
    
                        

    It allows us to determine where the current context was coming from.

    since 3.1.0

    • Method Summary

      Modifier and Type Method Description
      abstract String getTraceName() Returns the set name.
      abstract Boolean isFromEvent() Returns whether this callback is from the real-time events.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTraceName

         abstract String getTraceName()

        Returns the set name. This is used to determine which request is a owner this request.

        since 3.1.0

      • isFromEvent

         abstract Boolean isFromEvent()

        Returns whether this callback is from the real-time events.

        since 3.1.0