public interface BaseStep
| Modifier and Type | Method and Description |
|---|---|
org.json.simple.JSONObject |
execute(StepLogger logger,
Map<String,Object> context)
Execute this step with given logger and context objects.
|
org.json.simple.JSONObject execute(StepLogger logger, Map<String,Object> context) throws Exception
logger - Step logger.context - Context objects.Exception - In case of a failure.Copyright © 2016–2019 Wultra s.r.o.. All rights reserved.