|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.channel.interceptor.ChannelInterceptorAdapter
org.springframework.integration.bus.DefaultErrorChannel.ErrorLoggingInterceptor
private class DefaultErrorChannel.ErrorLoggingInterceptor
| Constructor Summary | |
|---|---|
private |
DefaultErrorChannel.ErrorLoggingInterceptor()
|
| Method Summary | |
|---|---|
void |
postSend(Message<?> message,
MessageChannel channel,
boolean sent)
|
Message<?> |
preSend(Message<?> message,
MessageChannel channel)
Even if the error channel has no subscribers, errors are at least visible at debug level. |
| Methods inherited from class org.springframework.integration.channel.interceptor.ChannelInterceptorAdapter |
|---|
postReceive, preReceive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private DefaultErrorChannel.ErrorLoggingInterceptor()
| Method Detail |
|---|
public void postSend(Message<?> message,
MessageChannel channel,
boolean sent)
postSend in interface ChannelInterceptorpostSend in class ChannelInterceptorAdapter
public Message<?> preSend(Message<?> message,
MessageChannel channel)
preSend in interface ChannelInterceptorpreSend in class ChannelInterceptorAdapter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||