Package com.linecorp.centraldogma.server
Class ManagementConfig
java.lang.Object
com.linecorp.centraldogma.server.ManagementConfig
A configuration for the
ManagementService
.-
Constructor Summary
ConstructorDescriptionManagementConfig
(@Nullable SessionProtocol protocol, @Nullable String address, int port, @Nullable String path) Creates a new instance.ManagementConfig
(@Nullable String protocol, @Nullable String address, int port, @Nullable String path) Creates a new instance. -
Method Summary
-
Constructor Details
-
ManagementConfig
public ManagementConfig(@Nullable @Nullable String protocol, @Nullable @Nullable String address, int port, @Nullable @Nullable String path) Creates a new instance. -
ManagementConfig
public ManagementConfig(@Nullable @Nullable SessionProtocol protocol, @Nullable @Nullable String address, int port, @Nullable @Nullable String path) Creates a new instance.
-
-
Method Details
-
protocol
Returns the protocol of the management service. -
address
Returns the address of the management service. -
port
public int port()Returns the port of the management service. -
path
Returns the path of the management service. -
equals
-
hashCode
public int hashCode() -
toString
-