MetadataCallback

A callback for providing metadata.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open lateinit override var journey: <Error class: unknown class>

Reference to the parent journey. Required by the JourneyAware interface.

Link copied to clipboard
var value: JsonObject

The metadata value.

Functions

Link copied to clipboard
open override fun init(jsonObject: JsonObject): Callback
protected open override fun init(name: String, value: JsonElement)