Skip to Content
Building RESTful Web Services with Java EE 8
book

Building RESTful Web Services with Java EE 8

by Mario-Leander Reimer
July 2018
Intermediate to advanced
116 pages
2h 41m
English
Packt Publishing
Content preview from Building RESTful Web Services with Java EE 8

Implementing asynchronous web services

In this section, we're going to take a look at implementing asynchronous REST resources. We'll see the basic usage of the @Suspended annotation and the AsyncResponse class. We'll have a look at processing and resuming on an AsyncResponse instance in a different thread, and we will also talk about the basic timeout-handling for asynchronous responses.

Let's get started and switch to code. As usual, we prepare a few templates for us to get started. First up, I want to show you the basic structure of an asynchronous resource—have a look at the signature. All you need to do is implement a public void method that has at least one parameter that uses the @Suspended annotation. As a type, it uses the AsyncResponse ...

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

RESTful Java Web Services - Third Edition

RESTful Java Web Services - Third Edition

Balachandar Bogunuva Mohanram

Publisher Resources

ISBN: 9781789532883Supplemental Content