package event
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait AppChangeEvent[T <: HasMetadata] extends AnyRef
Indicates that something changed in the cloudflow application.
- sealed trait AppEvent extends AnyRef
Indicates that a cloudflow application was deployed or undeployed.
- case class DeployEvent(app: Cr, currentApp: Option[Cr], cause: ObjectReference) extends AppEvent with Product with Serializable
- trait Event extends AnyRef
- case class StatusChangeEvent(appId: String, streamletName: String, watchEvent: WatchEvent[Pod]) extends AppChangeEvent[Pod] with Product with Serializable
Indicates that the status of the application has changed.
- case class StreamletChangeEvent[T <: HasMetadata](appId: String, streamletName: String, watchEvent: WatchEvent[T]) extends AppChangeEvent[T] with Product with Serializable
Indicates that a streamlet has changed.
- case class UndeployEvent(app: Cr, cause: ObjectReference) extends AppEvent with Product with Serializable
- case class WatchEvent[T <: HasMetadata](obj: T, eventType: EventType) extends Product with Serializable
Value Members
- object AppEvent
- object ConfigInput
- object Event extends Event
- object StatusChangeEvent extends Event with Serializable
- object StreamletChangeEvent extends Event with Serializable
- object StreamletChangeEventFlow