aries / net.globalid.aries.decorators.threading

Package net.globalid.aries.decorators.threading

Types

ThreadDecorator

Thread decorator is generally required on any type of response

data class ThreadDecorator : MessageDecorator

Functions

addThread

Adds the thread decorator with threadId to the current message

fun AgentMessage.addThread(threadId: String): Unit

getThreadId

Returns the message thread id

fun AgentMessage.getThreadId(): String