Class TunnelChannel


  • public final class TunnelChannel
    extends java.lang.Object
    • Method Detail

      • channelId

        public java.util.Optional<java.lang.String> channelId()
        Returns:
        The id of the channel.
      • channelRpo

        public java.util.Optional<java.lang.Integer> channelRpo()
        Returns:
        The latest consumption time of the channel, unix time in nanosecond.
      • channelStatus

        public java.util.Optional<java.lang.String> channelStatus()
        Returns:
        The status of the channel, valid values: `WAIT`, `OPEN`, `CLOSING`, `CLOSE`, `TERMINATED`.
      • channelType

        public java.util.Optional<java.lang.String> channelType()
        Returns:
        The type of the channel, valid values: `BaseData`, `Stream`.
      • clientId

        public java.util.Optional<java.lang.String> clientId()
        Returns:
        The client id of the channel.