Packages

package worker

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class ZWorker extends AnyRef

    Hosts activity and workflow implementations.

    Hosts activity and workflow implementations. Uses long poll to receive activity and workflow tasks and processes them in a correspondent thread pool.

  2. final class ZWorkerFactory extends AnyRef

    Maintains worker creation and lifecycle.

    Maintains worker creation and lifecycle.

    See also

    WorkerFactory

  3. final case class ZWorkerFactoryOptions extends Product with Serializable

    Represents worker factory options

    Represents worker factory options

    See also

    WorkerFactoryOptions

  4. final case class ZWorkerOptions extends Product with Serializable

    Represents worker options

    Represents worker options

    See also

    WorkerOptions

  5. final case class ZWorkflowImplementationOptions extends Product with Serializable

Ungrouped