@ConfigurationProperties(value="tcp.consumer") @Validated public class TcpConsumerProperties extends Object
Constructor and Description |
---|
TcpConsumerProperties() |
Modifier and Type | Method and Description |
---|---|
@NotNull String |
getCharset() |
@NotNull Encoding |
getEncoder() |
@NotNull String |
getHost() |
boolean |
isClose() |
void |
setCharset(String charset) |
void |
setClose(boolean close) |
void |
setEncoder(Encoding encoder) |
void |
setHost(String host) |
@NotNull public @NotNull String getHost()
public void setHost(String host)
@NotNull public @NotNull Encoding getEncoder()
public void setEncoder(Encoding encoder)
@NotNull public @NotNull String getCharset()
public void setCharset(String charset)
public boolean isClose()
public void setClose(boolean close)
Copyright © 2022. All rights reserved.