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 TypeClassDescriptionclassPartial 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 TypeClassDescriptionclassThis 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 TypeInterfaceDescriptioninterfaceA DataStore with management methods for use within an application.interfaceA WorkerQueue for use at an application level, supporting management methods.interfaceInstantiates 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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassADataStorethat 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 TypeClassDescriptionclassManagedDataStore 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 TypeClassDescriptionclassManagedDataStore 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 classThis implementation uses a separate thread for a consumer and producer, each with their own Channel.