public abstract class BaseImitate<T> extends Object implements Imitate<T>
| Constructor and Description |
|---|
BaseImitate() |
| Modifier and Type | Method and Description |
|---|---|
protected io.vertx.up.log.Annal |
getLogger() |
protected T |
request(io.vertx.core.eventbus.Message<Envelop> message,
Class<T> clazz) |
protected T |
request(io.vertx.core.eventbus.Message<Envelop> message,
Integer index,
Class<T> clazz) |
Copyright © 2017. All rights reserved.