Uses of Interface
jakarta.enterprise.concurrent.Trigger
Package
Description
Classes and interfaces that make up the Jakarta Concurrency specification.
-
Uses of Trigger in jakarta.enterprise.concurrent
Modifier and TypeInterfaceDescriptioninterface
Triggers allow application developers to plug in rules for when and how often a task should run.Modifier and TypeClassDescriptionclass
Modifier and TypeMethodDescriptionCreates and executes a task based on a Trigger.<V> ScheduledFuture<V>
Creates and executes a task based on a Trigger.