public interface MessageProvider
This interface must be implemented by all inputs and outputs used by
Processor
s. This allows a processor to grab a context-dependent
message for more accurate reporting.
Modifier and Type | Method and Description |
---|---|
ProcessingMessage |
newMessage()
Provide a message template for this context
|
ProcessingMessage newMessage()