public class ChannelRegistration extends Object
MessageChannel
.Constructor and Description |
---|
ChannelRegistration() |
Modifier and Type | Method and Description |
---|---|
protected List<ChannelInterceptor> |
getInterceptors() |
protected TaskExecutorRegistration |
getTaskExecutorRegistration() |
protected boolean |
hasInterceptors() |
protected boolean |
hasTaskExecutor() |
ChannelRegistration |
setInterceptors(ChannelInterceptor... interceptors)
Configure interceptors for the message channel.
|
TaskExecutorRegistration |
taskExecutor()
Configure properties of the ThreadPoolTaskExecutor backing the message channel.
|
public TaskExecutorRegistration taskExecutor()
public ChannelRegistration setInterceptors(ChannelInterceptor... interceptors)
protected boolean hasTaskExecutor()
protected TaskExecutorRegistration getTaskExecutorRegistration()
protected boolean hasInterceptors()
protected List<ChannelInterceptor> getInterceptors()