public class BookManager extends Object
| Constructor and Description |
|---|
BookManager(org.elasticsearch.client.Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
create(Book book) |
Book |
findBookById(String id) |
List<Book> |
searchAllBooks() |
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.