spring-framework / org.springframework.messaging.simp.stomp / ReactorNettyTcpStompClient / <init>

<init>

ReactorNettyTcpStompClient()

Create an instance with host "127.0.0.1" and port 61613.

ReactorNettyTcpStompClient(host: String, port: Int)

Create an instance with the given host and port.

Parameters

host - the host

port - the port

ReactorNettyTcpStompClient(tcpClient: TcpOperations<ByteArray>)

Create an instance with a pre-configured TCP client.

Parameters

tcpClient - the client to use