public abstract class AbstractServiceBuilder<T extends AbstractServiceConfig,B extends AbstractServiceBuilder<T,B>> extends AbstractInterfaceBuilder<T,B>
| Constructor and Description |
|---|
AbstractServiceBuilder() |
| Modifier and Type | Method and Description |
|---|---|
B |
accesslog(Boolean accesslog) |
B |
accesslog(String accesslog) |
B |
addProtocol(ProtocolConfig protocol) |
B |
addProtocols(List<ProtocolConfig> protocols) |
void |
build(T instance) |
B |
delay(Integer delay) |
B |
deprecated(Boolean deprecated) |
B |
document(String document) |
B |
dynamic(Boolean dynamic) |
B |
executes(Integer executes) |
B |
export(Boolean export) |
B |
group(String group) |
B |
protocolIds(String protocolIds) |
B |
register(Boolean register) |
B |
serialization(String serialization) |
B |
token(Boolean token) |
B |
token(String token) |
B |
version(String version) |
B |
warmup(Integer warmup) |
B |
weight(Integer weight) |
addRegistries, addRegistry, application, callbacks, cluster, configCenter, connections, filter, layer, listener, local, local, metadataReportConfig, module, monitor, monitor, onconnect, ondisconnect, owner, proxy, registryIds, scope, stub, stub, tagactives, appendParameter, appendParameters, async, cache, forks, loadbalance, merger, mock, mock, retries, sent, timeout, validationbuild, idpublic B addProtocols(List<ProtocolConfig> protocols)
public B addProtocol(ProtocolConfig protocol)
public void build(T instance)
build in class AbstractInterfaceBuilder<T extends AbstractServiceConfig,B extends AbstractServiceBuilder<T,B>>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.