Class AgentState.AgentStateBuilder

java.lang.Object
dev.agenor.core.persistence.AgentState.AgentStateBuilder
Enclosing class:
AgentState

public static class AgentState.AgentStateBuilder extends Object
Fluent builder for constructing AgentState instances.

This builder makes it easy to create state objects incrementally and to create modified copies of existing state (useful for updates).

Thread Safety: This builder is NOT thread-safe. Each thread should use its own builder instance.