open class ExecutorSubscribableChannel : AbstractSubscribableChannel
A SubscribableChannel that sends messages to each of its subscribers.
Author
Phillip Webb
Author
Rossen Stoyanchev
Since
4.0
ExecutorSubscribableChannel()
Create a new ExecutorSubscribableChannel instance where messages will be sent in the callers thread. ExecutorSubscribableChannel(executor: Executor)
Create a new ExecutorSubscribableChannel instance where messages will be sent via the specified executor. |
open fun addInterceptor(interceptor: ChannelInterceptor): Unit |
|
open fun getExecutor(): Executor |
|
open fun sendInternal(message: Message<*>, timeout: Long): Boolean |
|
open fun setInterceptors(interceptors: MutableList<ChannelInterceptor>): Unit |