NodeActionEvent

Contains information about an action (operation) called by a node during execution.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the node that called the operation.

Link copied to clipboard

The name of the operation that the node called.

Link copied to clipboard

The request payload sent to the downstream service.

Link copied to clipboard

The response payload received from the downstream service.

Link copied to clipboard

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

Link copied to clipboard

The name of the service that the node called.

Link copied to clipboard

The date and time that the operation was called.

Functions

Link copied to clipboard
inline fun copy(block: NodeActionEvent.Builder.() -> Unit = {}): NodeActionEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String