Skip to Content
Industrial Internet Application Development
book

Industrial Internet Application Development

by Alena Traukina, Jayant Thomas, Prashant Tyagi, Veera Kishore Reddipalli
September 2018
Intermediate to advanced
412 pages
11h 12m
English
Packt Publishing
Content preview from Industrial Internet Application Development

Example

The following example illustrates how to create a simple a gateway aggregation using Spring Cloud and RxJava implementations. As shown here, we have a /gateway, that exposes the /v1/shops API. This API gets the list of shops and their details by calling the asset service and finally, gets the details of the analytics by calling the analytics service. This implementation uses RxJava's Observable implemented by Netflix:

@RestController@RequestMapping(value = "/gateway")public class ApiGatewayController {    private static final Logger logger = LoggerFactory.getLogger(ApiGatewayController.class);    private static final ObjectMapper objectMapper = new ObjectMapper();    private static Boolean isCloudDeployed = null;    @Autowired HttpServletRequest ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Industrial Internet of Things

Hands-On Industrial Internet of Things

Giacomo Veneri, Antonio Capasso
What Employees Want Most in Uncertain Times

What Employees Want Most in Uncertain Times

Kristine W. Powers, Jessica B.B. Diaz

Publisher Resources

ISBN: 9781788298599Supplemental Content