Java org.springframework.messaging.support ExecutorSubscribableChannel fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.messaging.support ExecutorSubscribableChannel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.messaging.support ExecutorSubscribableChannel.

The text is from its open source code.

Constructor

ExecutorSubscribableChannel(@Nullable Executor executor)
Create a new ExecutorSubscribableChannel instance where messages will be sent via the specified executor.
ExecutorSubscribableChannel()
Create a new ExecutorSubscribableChannel instance where messages will be sent in the callers thread.

Method