package cbe
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class CbeComponent(application: String, component: String, location: String, locationType: String, subComponent: String, threadId: String, componentType: String, instanceId: Int) extends Product with Serializable
- case class CbeTransactionEvent(id: String, severity: EventSeverity, component: CbeComponent, state: Option[FlowTransactionState], properties: Map[String, AnyRef], timestamp: Date, closeProcess: Boolean, timeout: FiniteDuration, msg: Option[String] = None, situation: String = "STATUS") extends Product with Serializable
- case class ExtendedDataElement(name: String, value: String) extends Product with Serializable
Value Members
- object CbeEvent
- object ExtendedDataElements