toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.event
/
ObjectBoundEvent
Object
Bound
Event
class
ObjectBoundEvent
(
val
agentProcess
:
AgentProcess
,
val
name
:
String
,
val
value
:
Any
)
:
AbstractAgentProcessEvent
,
ObjectBindingEvent
Members
Constructors
Object
Bound
Event
Link copied to clipboard
constructor
(
agentProcess
:
AgentProcess
,
name
:
String
,
value
:
Any
)
Properties
agent
Process
Link copied to clipboard
val
agentProcess
:
AgentProcess
history
Link copied to clipboard
val
history
:
List
<
ActionInvocation
>
name
Link copied to clipboard
val
name
:
String
process
Id
Link copied to clipboard
open
override
val
processId
:
String
ID of the process that this event relates to.
status
Link copied to clipboard
val
status
:
AgentProcessStatusReport
timestamp
Link copied to clipboard
open
val
timestamp
:
Instant
type
Link copied to clipboard
open
val
type
:
String
value
Link copied to clipboard
open
override
val
value
:
Any