Packages

package event

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AppChangeEvent[T <: HasMetadata] extends AnyRef

    Indicates that something changed in the cloudflow application.

  2. sealed trait AppEvent extends AnyRef

    Indicates that a cloudflow application was deployed or undeployed.

  3. case class DeployEvent(app: Cr, currentApp: Option[Cr], cause: ObjectReference) extends AppEvent with Product with Serializable
  4. trait Event extends AnyRef
  5. 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.

  6. 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.

  7. case class UndeployEvent(app: Cr, cause: ObjectReference) extends AppEvent with Product with Serializable
  8. case class WatchEvent[T <: HasMetadata](obj: T, eventType: EventType) extends Product with Serializable

Value Members

  1. object AppEvent
  2. object ConfigInput
  3. object Event extends Event
  4. object StatusChangeEvent extends Event with Serializable
  5. object StreamletChangeEvent extends Event with Serializable
  6. object StreamletChangeEventFlow

Ungrouped