Class AppConnectionPropertiesMetadata

java.lang.Object
io.dapr.client.domain.AppConnectionPropertiesMetadata

public final class AppConnectionPropertiesMetadata extends Object
AppConnectionPropertiesMetadata describes the application connection properties.
  • Constructor Details

    • AppConnectionPropertiesMetadata

      public AppConnectionPropertiesMetadata(int port, String protocol, String channelAddress, int maxConcurrency, AppConnectionPropertiesHealthMetadata health)
      Constructor for a AppConnectionPropertiesMetadata.
      Parameters:
      port - of the application
      protocol - of the application
      channelAddress - host address of the application
      maxConcurrency - number of concurrent requests the app can handle
      health - health check details of the application
  • Method Details

    • getPort

      public int getPort()
    • getProtocol

      public String getProtocol()
    • getChannelAddress

      public String getChannelAddress()
    • getMaxConcurrency

      public int getMaxConcurrency()
    • getHealth