Companion

object Companion

Functions

Link copied to clipboard

fun <T : Any> on(agentPlatform: AgentPlatform, goalType: Class<T>): SupervisorInvocation<T>

Create a SupervisorInvocation targeting the specified goal type.

Link copied to clipboard
inline fun <T : Any> returning(agentPlatform: AgentPlatform): SupervisorInvocation<T>

Kotlin-friendly factory using reified type.