public class WorkerExecutor_GroovyExtension extends Object
Constructor and Description |
---|
WorkerExecutor_GroovyExtension() |
Modifier and Type | Method and Description |
---|---|
static <T> void |
executeBlocking(WorkerExecutor j_receiver,
Handler<Future<Object>> blockingCodeHandler,
boolean ordered,
Handler<AsyncResult<Object>> resultHandler) |
static <T> void |
executeBlocking(WorkerExecutor j_receiver,
Handler<Future<Object>> blockingCodeHandler,
Handler<AsyncResult<Object>> resultHandler) |
public static <T> void executeBlocking(WorkerExecutor j_receiver, Handler<Future<Object>> blockingCodeHandler, boolean ordered, Handler<AsyncResult<Object>> resultHandler)
public static <T> void executeBlocking(WorkerExecutor j_receiver, Handler<Future<Object>> blockingCodeHandler, Handler<AsyncResult<Object>> resultHandler)
Copyright © 2017. All rights reserved.