Class LegacyCentralDogmaBuilder
java.lang.Object
com.linecorp.centraldogma.client.AbstractCentralDogmaBuilder<LegacyCentralDogmaBuilder>
com.linecorp.centraldogma.client.armeria.AbstractArmeriaCentralDogmaBuilder<LegacyCentralDogmaBuilder>
com.linecorp.centraldogma.client.armeria.legacy.LegacyCentralDogmaBuilder
@Deprecated
public class LegacyCentralDogmaBuilder
extends AbstractArmeriaCentralDogmaBuilder<LegacyCentralDogmaBuilder>
Deprecated.
Builds a legacy
CentralDogma
client based on Thrift.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.Returns a newly-createdCentralDogma
instance.Methods inherited from class com.linecorp.centraldogma.client.armeria.AbstractArmeriaCentralDogmaBuilder
blockingTaskExecutor, blockingTaskExecutor, clientConfigurator, clientFactory, clientFactory, dnsAddressEndpointGroupConfigurator, endpointGroup, healthCheckInterval, healthCheckIntervalMillis, newClientBuilder
Methods inherited from class com.linecorp.centraldogma.client.AbstractCentralDogmaBuilder
accessToken, accessToken, host, host, hosts, isUseTls, maxNumRetriesOnReplicationLag, maxNumRetriesOnReplicationLag, profile, profile, profile, profile, profileResources, profileResources, retryIntervalOnReplicationLag, retryIntervalOnReplicationLagMillis, retryIntervalOnReplicationLagMillis, selectedProfile, self, uri, useTls, useTls
-
Constructor Details
-
LegacyCentralDogmaBuilder
public LegacyCentralDogmaBuilder()Deprecated.
-
-
Method Details
-
build
Deprecated.Returns a newly-createdCentralDogma
instance.- Throws:
UnknownHostException
- if failed to resolve the host names from the DNS servers
-
ArmeriaCentralDogmaBuilder
.