Interface EphemeralAgentLaunchRequest
-
- All Known Implementing Classes:
EphemeralAgentLaunchRequestImpl
@Internal public interface EphemeralAgentLaunchRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull CommonContext
getContext()
@NotNull EphemeralAgentTemplate
getEphemeralAgentTemplate()
-
-
-
Method Detail
-
getEphemeralAgentTemplate
@NotNull @NotNull EphemeralAgentTemplate getEphemeralAgentTemplate()
-
getContext
@NotNull @NotNull CommonContext getContext()
-
-