java.lang.Object | ||||
↳ | org.mule.devkit.processor.ExpressionEvaluatorSupport | |||
↳ | org.mule.devkit.processor.DevkitBasedMessageProcessor | |||
↳ | org.mule.module.mongo.processors.AbstractConnectedProcessor | |||
↳ | org.mule.module.mongo.processors.DumpMessageProcessor |
DumpMessageProcessor invokes the dump(java.lang.String, java.lang.String, boolean, boolean, int)
method in MongoCloudConnector
. For each argument there is a field in this processor to match it. Before invoking the actual method the processor will evaluate and transform where possible to the expected argument type.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
_oplogType | |||||||||||
_outputDirectoryType | |||||||||||
_outputNameType | |||||||||||
_threadsType | |||||||||||
_zipType | |||||||||||
oplog | |||||||||||
outputDirectory | |||||||||||
outputName | |||||||||||
threads | |||||||||||
zip |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Invokes the MessageProcessor.
| |||||||||||
Obtains the expression manager from the Mule context and initialises the connector.
| |||||||||||
Sets oplog
| |||||||||||
Sets outputDirectory
| |||||||||||
Sets outputName
| |||||||||||
Sets threads
| |||||||||||
Sets zip
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
operationName |
---|
Invokes the MessageProcessor.
event | MuleEvent to be processed |
---|
Exception |
---|
Obtains the expression manager from the Mule context and initialises the connector. If a target object has not been set already it will search the Mule registry for a default one.
InitialisationException |
---|
Sets oplog
value | Value to set |
---|
Sets outputDirectory
value | Value to set |
---|
Sets outputName
value | Value to set |
---|
Sets threads
value | Value to set |
---|
Sets zip
value | Value to set |
---|
MuleException |
---|
MuleException |
---|