Registry / utility / worker-api

worker-api

JSON →
library10.0.2-1395javamavenunverified

Provides a foundation for building cross-platform, cloud-ready, distributed data-processing microservices.

<dependency> <groupId>com.github.workerframework</groupId> <artifactId>worker-api</artifactId> <version>10.0.2-1395</version> </dependency>
INSTALL
IMPORT
SIG · WORKER-API
W
worker-api
utilityjavav10.0.2-1395
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Worker
com.github.workerframework.api.Worker

Implements a basic Worker interface for distributed data processing.

import com.github.workerframework.api.Worker; public class MyWorker implements Worker<String, String> { @Override public String process(String input) { return "Processed: " + input; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
10.0.2-1395latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
worker-api — mvn dependency:get worker-api · libregistry