public class EtlServiceImpl extends Object implements EtlService
EtlService interface.| Constructor and Description |
|---|
EtlServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
EtlResponse |
executeEtl(EtlRequest request)
Executes etl scenario using given etl request.
|
LogNode |
getLogNode(String m,
Object ret,
Object[] args,
Throwable ex)
Gets the log node.
|
String |
getPropertyName()
Get the configuration property name used to enable\disable logging for the service.
|
boolean |
isLogByDefault()
Checks if service call should be logged by default.
|
public EtlResponse executeEtl(EtlRequest request) throws Exception
EtlServiceexecuteEtl in interface EtlServicerequest - the etl requestException - in case of any errorpublic LogNode getLogNode(String m, Object ret, Object[] args, Throwable ex)
LoggablegetLogNode in interface Loggablem - the methodret - the return valueargs - the input argumentex - the exceptionpublic String getPropertyName()
LoggablegetPropertyName in interface Loggablepublic boolean isLogByDefault()
LoggableisLogByDefault in interface LoggableCopyright © 2010-2020 Toolsverse. All Rights Reserved.