Packages

package cbe

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CbeComponent(application: String, component: String, location: String, locationType: String, subComponent: String, threadId: String, componentType: String, instanceId: Int) extends Product with Serializable
  2. 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
  3. case class ExtendedDataElement(name: String, value: String) extends Product with Serializable

Value Members

  1. object CbeEvent
  2. object ExtendedDataElements

Ungrouped