interface ProductionInterface
A sample interface implemented by production extensions. Used to test calling extensions directly.
| Constructor and description |
|---|
ProductionInterface
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
started(StartRequest startRequest, StartResponse startResponse, boolean fail)Called when an order is started (sample code). |
Called when an order is started (sample code).
startRequest - The order start request.startResponse - The response from the core start logic.