Package ai. systema. model. event
Types
Systema Error Event
Link copied to clipboard
data class SystemaErrorEvent(type: String?, payload: Throwable, createdAt: Instant)
Content copied to clipboard
Systema Log Event
Link copied to clipboard
data class SystemaLogEvent(type: String?, payload: String, createdAt: Instant)
Content copied to clipboard