Package com.embabel.agent.event
Class AgentDeploymentEvent
-
- All Implemented Interfaces:
-
com.embabel.agent.event.AgentPlatformEvent,com.embabel.agent.event.AgenticEvent,com.embabel.common.core.types.Timestamped
public final class AgentDeploymentEvent implements AgentPlatformEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final Instanttimestampprivate final AgentPlatformagentPlatformprivate final Agentagent
-
Constructor Summary
Constructors Constructor Description AgentDeploymentEvent(AgentPlatform agentPlatform, Agent agent)
-
Method Summary
Modifier and Type Method Description InstantgetTimestamp()AgentPlatformgetAgentPlatform()final AgentgetAgent()-
-
Constructor Detail
-
AgentDeploymentEvent
AgentDeploymentEvent(AgentPlatform agentPlatform, Agent agent)
-
-
Method Detail
-
getTimestamp
Instant getTimestamp()
-
getAgentPlatform
AgentPlatform getAgentPlatform()
-
-
-
-