TriggerType

algoliasearch.ingestion.TriggerType
See theTriggerType companion trait
object TriggerType

Task trigger, describing when a task should run. - onDemand. Manually trigger the task with the /run endpoint. - schedule. Regularly trigger the task on a cron schedule. - subscription. Trigger the task after an event is received, such as, a webhook. - streaming. Run the task continuously.

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object OnDemand extends TriggerType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait TriggerType
class Object
trait Matchable
class Any
Show all
Self type
OnDemand.type
case object Schedule extends TriggerType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait TriggerType
class Object
trait Matchable
class Any
Show all
Self type
Schedule.type
case object Streaming extends TriggerType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait TriggerType
class Object
trait Matchable
class Any
Show all
Self type
Streaming.type
case object Subscription extends TriggerType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait TriggerType
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def withName(name: String): TriggerType

Concrete fields

val values: Seq[TriggerType]