- send(Message<?>) - Method in class reactor.spring.messaging.ReactorSubscribableChannel
-
- send(Message<?>, long) - Method in class reactor.spring.messaging.ReactorSubscribableChannel
-
- setAutoStartup(boolean) - Method in class reactor.spring.messaging.factory.net.NetServerFactoryBean
-
Set whether to perform auto startup.
- setBeanName(String) - Method in class reactor.spring.messaging.ReactorSubscribableChannel
-
- setCodec(String) - Method in class reactor.spring.messaging.factory.net.NetServerFactoryBean
-
Set the Codec to use to managing encoding and decoding of the data.
- setDelimiter(String) - Method in class reactor.spring.messaging.factory.net.NetServerFactoryBean
-
Set the single-byte delimiter to use when framing is set to 'delimited'.
- setDispatcher(String) - Method in class reactor.spring.messaging.factory.net.NetServerFactoryBean
-
Set the name of the Dispatcher to use, which will be pulled from the current Environment.
- setFraming(String) - Method in class reactor.spring.messaging.factory.net.NetServerFactoryBean
-
Set the type of framing to use.
- setHost(String) - Method in class reactor.spring.messaging.factory.net.NetServerFactoryBean
-
Set the host to which this server will bind.
- setLengthFieldLength(int) - Method in class reactor.spring.messaging.factory.net.NetServerFactoryBean
-
Set the length of the length field if using length-field framing.
- setMessageHandler(MessageHandler) - Method in class reactor.spring.messaging.factory.net.NetServerFactoryBean
-
Set the MessageHandler that will handle each incoming message.
- setPhase(int) - Method in class reactor.spring.messaging.factory.net.NetServerFactoryBean
-
Set the phase in which this bean should start.
- setPort(int) - Method in class reactor.spring.messaging.factory.net.NetServerFactoryBean
-
Set the port to which this server will bind.
- setTransport(String) - Method in class reactor.spring.messaging.factory.net.NetServerFactoryBean
-
Set the transport to use for this NetServer.
- start() - Method in class reactor.spring.messaging.factory.net.NetServerFactoryBean
-
- stop(Runnable) - Method in class reactor.spring.messaging.factory.net.NetServerFactoryBean
-
- stop() - Method in class reactor.spring.messaging.factory.net.NetServerFactoryBean
-
- subscribe(MessageHandler) - Method in class reactor.spring.messaging.ReactorSubscribableChannel
-