public interface EventDataCreator
| Modifier and Type | Method and Description |
|---|---|
EventDataObject |
createDataObject(Object input,
Object response)
Create a data object for use in a specific api call and return it.
|
EventDataObject createDataObject(Object input, Object response) throws Exception
input - the input into the previous event, may be nullresponse - the response from the previous event, may be nullExceptionCopyright © 2014. All rights reserved.