public class AgentSpawnFailure extends Failure
| Modifier and Type | Field and Description |
|---|---|
Class<? extends Agent> |
agentType
The type of agent for which the spawn has failed.
|
UUID |
contextId
The identifier of the context in which the spawn has failed.
|
public val contextId : UUID
AgentSpawnFailurepublic val agentType : Class<? extends Agent>
AgentSpawnFailurepublic new([source : Address],
contextId : UUID,
agentType : Class<? extends Agent>,
cause : Object)
source - the address of the emitter.contextId - the identifier of the context in which the spawn has failed.agentType - the type of the agent for which the spawn has failed.cause - the cause of the failure.Copyright © 2021 the original authors or authors.