public class OrderManager extends Object
| Constructor and Description |
|---|
OrderManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkStock(io.vertx.core.json.JsonObject order,
io.vertx.core.http.HttpServerResponse response,
Span parentSpan) |
static void |
main(String[] args) |
protected void |
orderConfirmed(io.vertx.core.json.JsonObject order,
Span parentSpan) |
void |
run() |
public static void main(String[] args)
public void run()
protected void checkStock(io.vertx.core.json.JsonObject order,
io.vertx.core.http.HttpServerResponse response,
Span parentSpan)
protected void orderConfirmed(io.vertx.core.json.JsonObject order,
Span parentSpan)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.