Package org.chenile.core.context
Class LogRecord
java.lang.Object
org.chenile.core.context.LogRecord
This is the version of the
In case, the medium of invocation is asynchronous and the output cannot be captured then this record must be logged in a file or queue or topic somewhere so that a retry mechanism can be implemented using a workflow.
GenericResponse
for asynchronous processing. In case, the medium of invocation is asynchronous and the output cannot be captured then this record must be logged in a file or queue or topic somewhere so that a retry mechanism can be implemented using a workflow.
-
Field Summary
Modifier and TypeFieldDescriptionIndicates what is the original Source of this request.Indicates what is the reference in the original source.boolean
-
Constructor Summary
-
Method Summary
-
Field Details
-
success
public boolean success -
responseMessages
-
serviceName
-
operationName
-
moduleName
-
headers
-
request
-
response
-
originalSource
Indicates what is the original Source of this request. This will be the same as the entry point of this request. -
originalSourceReference
Indicates what is the reference in the original source. This is required for tracing the request back to where it originally got created. (for example file1: line 23 or topic name etc.) -
exception
-
-
Constructor Details
-
LogRecord
public LogRecord()
-