Modifier and Type | Class and Description |
---|---|
class |
WorkerActivity<IN,OUT> |
Modifier and Type | Method and Description |
---|---|
static <IN,OUT> Worker<IN,OUT> |
Workers.add(String workerId,
int inputQueueLimit,
int outputQueueLimit,
org.rapidoid.lambda.Mapper<IN,OUT> mapper) |
static <IN,OUT> Worker<IN,OUT> |
Workers.get(String workerId) |
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.