Class TcpConsumerProperties

java.lang.Object
org.springframework.cloud.fn.consumer.tcp.TcpConsumerProperties

@ConfigurationProperties("tcp.consumer") @Validated public class TcpConsumerProperties extends Object
Properties for the TCP Consumer.
  • Constructor Details

    • TcpConsumerProperties

      public TcpConsumerProperties()
  • Method Details

    • getHost

      @NotNull public @NotNull String getHost()
    • setHost

      public void setHost(String host)
    • getEncoder

      @NotNull public @NotNull org.springframework.cloud.fn.common.tcp.Encoding getEncoder()
    • setEncoder

      public void setEncoder(org.springframework.cloud.fn.common.tcp.Encoding encoder)
    • getCharset

      @NotNull public @NotNull String getCharset()
    • setCharset

      public void setCharset(String charset)
    • isClose

      public boolean isClose()
    • setClose

      public void setClose(boolean close)