|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
messageprocessor
package provides several MessageProcessor
implementations
that can be used in addition to or as an alternative to defining a custom MessageProcessor
implementation.
See:
Description
Class Summary | |
---|---|
ConsoleMessageProcessor | Writes all incoming emails to the console via System.out . |
FileMessageProcessor | Writes all incoming messages to a text file in the specified directory. |
MessageProcessorChain | Allows multiple MessageProcessor s to be chained together. |
MultiThreadedMessageProcessor | Creates a new thread to handle each new message. |
NoOpMessageProcessor | Ignores all messages. |
Slf4jMessageProcessor | Writes all incoming emails to the slf4j logger named: com.goldeninnovations.smp.messages at level INFO . |
The messageprocessor
package provides several MessageProcessor
implementations
that can be used in addition to or as an alternative to defining a custom MessageProcessor
implementation.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |