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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull String@NotNull org.springframework.cloud.fn.common.tcp.Encoding@NotNull StringgetHost()booleanisClose()voidsetCharset(String charset) voidsetClose(boolean close) voidsetEncoder(org.springframework.cloud.fn.common.tcp.Encoding encoder) void
-
Constructor Details
-
TcpConsumerProperties
public TcpConsumerProperties()
-
-
Method Details
-
getHost
-
setHost
-
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
-
setCharset
-
isClose
public boolean isClose() -
setClose
public void setClose(boolean close)
-