Packages

p

com.github.pandafolks.panda

backgroundjobsregistry

package backgroundjobsregistry

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BackgroundJobsRegistry extends AnyRef
  2. final class InMemoryBackgroundJobsRegistryImpl extends BackgroundJobsRegistry

    This registry is a per-node one.

    This registry is a per-node one. The job is executed on the node without any synchronization with other panda nodes. It should be used with jobs that need to be run on every node - no matter how many there are.

Value Members

  1. object BackgroundJobsRegistry

Ungrouped