Class FlowTraceNodeActionEvent

    • Method Detail

      • nodeName

        public final String nodeName()

        The name of the node that called the operation.

        Returns:
        The name of the node that called the operation.
      • operationName

        public final String operationName()

        The name of the operation that the node called.

        Returns:
        The name of the operation that the node called.
      • requestId

        public final String requestId()

        The ID of the request that the node made to the operation.

        Returns:
        The ID of the request that the node made to the operation.
      • serviceName

        public final String serviceName()

        The name of the service that the node called.

        Returns:
        The name of the service that the node called.
      • timestamp

        public final Instant timestamp()

        The date and time that the operation was called.

        Returns:
        The date and time that the operation was called.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)