Package com.embabel.agent.api.invocation
Object SupervisorInvocation.Companion
-
- All Implemented Interfaces:
public class SupervisorInvocation.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static SupervisorInvocation.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends Any> SupervisorInvocation<T>returning(AgentPlatform agentPlatform)Kotlin-friendly factory using reified type. -
-
Method Detail
-
returning
final <T extends Any> SupervisorInvocation<T> returning(AgentPlatform agentPlatform)
Kotlin-friendly factory using reified type.
-
-
-
-