Package io.dapr.v1

Interface DaprProtos.AppConnectionPropertiesOrBuilder

    • Method Detail

      • getPort

        int getPort()
        int32 port = 1;
        Returns:
        The port.
      • getProtocol

        String getProtocol()
        string protocol = 2;
        Returns:
        The protocol.
      • getProtocolBytes

        com.google.protobuf.ByteString getProtocolBytes()
        string protocol = 2;
        Returns:
        The bytes for protocol.
      • getChannelAddress

        String getChannelAddress()
        string channel_address = 3 [json_name = "channelAddress"];
        Returns:
        The channelAddress.
      • getChannelAddressBytes

        com.google.protobuf.ByteString getChannelAddressBytes()
        string channel_address = 3 [json_name = "channelAddress"];
        Returns:
        The bytes for channelAddress.
      • getMaxConcurrency

        int getMaxConcurrency()
        int32 max_concurrency = 4 [json_name = "maxConcurrency"];
        Returns:
        The maxConcurrency.
      • hasHealth

        boolean hasHealth()
        .dapr.proto.runtime.v1.AppConnectionHealthProperties health = 5;
        Returns:
        Whether the health field is set.