ExecutorSubscribableChannel.this

Create a new {@link ExecutorSubscribableChannel} instance where messages will be sent via the specified executor. @param executor the executor used to send the message, or {@code null} to execute in the callers thread.

  1. this()
  2. this(Executor executor)
    class ExecutorSubscribableChannel
    this
    (
    Executor executor
    )

Meta