Uses of Interface
com.github.cafapi.common.api.Codec
Packages that use Codec
Package
Description
-
Uses of Codec in com.github.cafapi.common.codecs.json
Classes in com.github.cafapi.common.codecs.json that implement CodecModifier and TypeClassDescriptionclass
Implementation of Codec that supports serialisation and deserialisation to and form JSON format. -
Uses of Codec in com.github.cafapi.common.codecs.jsonlzf
Classes in com.github.cafapi.common.codecs.jsonlzf that implement CodecModifier and TypeClassDescriptionclass
Implementation of Codec that supports serialisation and deserialisation to and form JSON format that itself is compressed with a high-speed LZF algorithm. -
Uses of Codec in com.github.workerframework.api
Methods in com.github.workerframework.api with parameters of type CodecModifier and TypeMethodDescriptionWorkerFactoryProvider.getWorkerFactory
(ConfigurationSource configSource, DataStore dataStore, Codec codec) Generate a new worker given task data.DivertedTaskHandler.handleDivertedTask
(TaskMessage tm, TaskInformation taskInformation, Map<String, Object> headers, Codec codec, JobStatus jobStatus, WorkerCallback callback) Examines the task message and decides what to do with it.Constructors in com.github.workerframework.api with parameters of type CodecModifierConstructorDescriptionDataStoreSource
(DataStore dataStore, Codec codec) Create a new DataStoreSource. -
Uses of Codec in com.github.workerframework.caf
Methods in com.github.workerframework.caf that return CodecModifier and TypeMethodDescriptionprotected final Codec
AbstractWorker.getCodec()
protected Codec
AbstractWorkerFactory.getCodec()
Constructors in com.github.workerframework.caf with parameters of type CodecModifierConstructorDescriptionAbstractWorker
(T task, String resultQueue, Codec codec, WorkerTaskData workerTaskData) Create a Worker.AbstractWorkerFactory
(ConfigurationSource configSource, DataStore dataStore, Codec codec, Class<C> configurationClass, Class<T> taskClass) Instantiates a new DefaultWorkerFactory. -
Uses of Codec in com.github.workerframework.testworker
Methods in com.github.workerframework.testworker with parameters of type CodecModifier and TypeMethodDescriptionTestWorkerFactoryProvider.getWorkerFactory
(ConfigurationSource configSource, DataStore dataStore, Codec codec)