Uses of Interface
com.github.cafapi.common.api.HealthReporter
Packages that use HealthReporter
Package
Description
-
Uses of HealthReporter in com.github.cafapi.common.api
Subinterfaces of HealthReporter in com.github.cafapi.common.api -
Uses of HealthReporter in com.github.cafapi.common.config.source
Classes in com.github.cafapi.common.config.source that implement HealthReporterModifier and TypeClassDescriptionclass
Partial implementation of a ManagedConfigurationSource that performs hierarchical lookups based upon the service's ServicePath, and recursive lookup for configuration objects that themselves have configuration in marked with the @Configuration annotation. -
Uses of HealthReporter in com.github.cafapi.common.config.sources.file
Classes in com.github.cafapi.common.config.sources.file that implement HealthReporterModifier and TypeClassDescriptionclass
This is a ConfigurationProvider that reads from a local disk file. -
Uses of HealthReporter in com.github.workerframework.api
Subinterfaces of HealthReporter in com.github.workerframework.apiModifier and TypeInterfaceDescriptioninterface
A DataStore with management methods for use within an application.interface
A WorkerQueue for use at an application level, supporting management methods.interface
Instantiates a new instance of a Worker given task-specific data. -
Uses of HealthReporter in com.github.workerframework.caf
Classes in com.github.workerframework.caf that implement HealthReporterModifier and TypeClassDescriptionclass
A WorkerFactory that uses a pre-defined configuration and Worker task class. -
Uses of HealthReporter in com.github.workerframework.core
Classes in com.github.workerframework.core that implement HealthReporter -
Uses of HealthReporter in com.github.workerframework.datastores.fs
Classes in com.github.workerframework.datastores.fs that implement HealthReporterModifier and TypeClassDescriptionclass
This is a simple DataStore that reads and writes files to and from a directory upon the file system. -
Uses of HealthReporter in com.github.workerframework.datastores.http
Classes in com.github.workerframework.datastores.http that implement HealthReporterModifier and TypeClassDescriptionclass
ADataStore
that reads and writes files to and from a HTTP server. -
Uses of HealthReporter in com.github.workerframework.datastores.mem
Classes in com.github.workerframework.datastores.mem that implement HealthReporterModifier and TypeClassDescriptionclass
ManagedDataStore implementation for an In Memory Datastore which uses a HashMap. -
Uses of HealthReporter in com.github.workerframework.datastores.s3
Classes in com.github.workerframework.datastores.s3 that implement HealthReporterModifier and TypeClassDescriptionclass
ManagedDataStore implementation for Amazon S3. -
Uses of HealthReporter in com.github.workerframework.queues.rabbit
Classes in com.github.workerframework.queues.rabbit that implement HealthReporterModifier and TypeClassDescriptionfinal class
This implementation uses a separate thread for a consumer and producer, each with their own Channel.