public abstract class AbstractMethodBuilder<T extends AbstractMethodConfig,B extends AbstractMethodBuilder<T,B>> extends AbstractBuilder<T,B>
| 构造器和说明 |
|---|
AbstractMethodBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
B |
actives(Integer actives) |
B |
appendParameter(String key,
String value) |
B |
appendParameters(Map<String,String> appendParameters) |
B |
async(Boolean async) |
void |
build(T instance) |
B |
cache(String cache) |
B |
forks(Integer forks) |
B |
loadbalance(String loadbalance) |
B |
merger(String merger) |
B |
mock(Boolean mock) |
B |
mock(String mock) |
B |
retries(Integer retries) |
B |
sent(Boolean sent) |
B |
timeout(Integer timeout) |
B |
validation(String validation) |
public void build(T instance)
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.