public class OperationLogListener<RESULT> extends Object implements org.mule.commons.atlantic.execution.context.listener.PreExecutionListener, org.mule.commons.atlantic.execution.context.listener.PostExecutionListener<RESULT>
| Constructor and Description |
|---|
OperationLogListener(Class<? extends HttpOperation> singleOperationClass) |
OperationLogListener(String executionName) |
| Modifier and Type | Method and Description |
|---|---|
void |
onPostExecute(List<Object> params,
RESULT returnedObject) |
void |
onPreExecute(List<Object> params) |
public OperationLogListener(String executionName)
public OperationLogListener(Class<? extends HttpOperation> singleOperationClass)
Copyright © 2019. All rights reserved.