public class Context_GroovyExtension extends Object
Constructor and Description |
---|
Context_GroovyExtension() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
config(Context j_receiver) |
static <T> void |
executeBlocking(Context j_receiver,
Handler<Future<Object>> blockingCodeHandler,
boolean ordered,
Handler<AsyncResult<Object>> resultHandler) |
static <T> void |
executeBlocking(Context j_receiver,
Handler<Future<Object>> blockingCodeHandler,
Handler<AsyncResult<Object>> resultHandler) |
static <T> Object |
get(Context j_receiver,
String key) |
static void |
put(Context j_receiver,
String key,
Object value) |
public static <T> void executeBlocking(Context j_receiver, Handler<Future<Object>> blockingCodeHandler, boolean ordered, Handler<AsyncResult<Object>> resultHandler)
public static <T> void executeBlocking(Context j_receiver, Handler<Future<Object>> blockingCodeHandler, Handler<AsyncResult<Object>> resultHandler)
Copyright © 2017. All rights reserved.