Package io.dapr.client.domain
Class AppConnectionPropertiesMetadata
java.lang.Object
io.dapr.client.domain.AppConnectionPropertiesMetadata
AppConnectionPropertiesMetadata describes the application connection properties.
-
Constructor Summary
ConstructorDescriptionAppConnectionPropertiesMetadata
(int port, String protocol, String channelAddress, int maxConcurrency, AppConnectionPropertiesHealthMetadata health) Constructor for a AppConnectionPropertiesMetadata. -
Method Summary
-
Constructor Details
-
AppConnectionPropertiesMetadata
public AppConnectionPropertiesMetadata(int port, String protocol, String channelAddress, int maxConcurrency, AppConnectionPropertiesHealthMetadata health) Constructor for a AppConnectionPropertiesMetadata.- Parameters:
port
- of the applicationprotocol
- of the applicationchannelAddress
- host address of the applicationmaxConcurrency
- number of concurrent requests the app can handlehealth
- health check details of the application
-
-
Method Details
-
getPort
public int getPort() -
getProtocol
-
getChannelAddress
-
getMaxConcurrency
public int getMaxConcurrency() -
getHealth
-