|
Change Parameter Type client : ShelfServiceGrpc.ShelfServiceBlockingStub to client : ShelfServiceGrpc.ShelfServiceFutureStub in method package listShelves(request ListShelvesRequest, client ShelfServiceGrpc.ShelfServiceFutureStub) : ListenableFuture<ListShelvesResponse> in class com.google.api.graphql.examples.library.graphqlserver.ShelfSchemaModule |
From |
To |
|
Change Parameter Type client : ShelfServiceGrpc.ShelfServiceBlockingStub to client : ShelfServiceGrpc.ShelfServiceFutureStub in method package createShelf(request CreateShelfRequest, client ShelfServiceGrpc.ShelfServiceFutureStub) : ListenableFuture<Shelf> in class com.google.api.graphql.examples.library.graphqlserver.ShelfSchemaModule |
From |
To |
|
Change Parameter Type bookClient : BookServiceGrpc.BookServiceBlockingStub to bookClient : BookServiceGrpc.BookServiceFutureStub in method package shelfToBooks(shelf Shelf, bookClient BookServiceGrpc.BookServiceFutureStub) : ListenableFuture<List<Book>> in class com.google.api.graphql.examples.library.graphqlserver.LibrarySchemaModule |
From |
To |
|
Change Parameter Type client : ShelfServiceGrpc.ShelfServiceBlockingStub to client : ShelfServiceGrpc.ShelfServiceFutureStub in method package getShelf(request GetShelfRequest, client ShelfServiceGrpc.ShelfServiceFutureStub) : ListenableFuture<Shelf> in class com.google.api.graphql.examples.library.graphqlserver.ShelfSchemaModule |
From |
To |
|
Change Parameter Type client : ShelfServiceGrpc.ShelfServiceBlockingStub to client : ShelfServiceGrpc.ShelfServiceFutureStub in method package mergeShelves(request MergeShelvesRequest, client ShelfServiceGrpc.ShelfServiceFutureStub) : ListenableFuture<Shelf> in class com.google.api.graphql.examples.library.graphqlserver.ShelfSchemaModule |
From |
To |
|
Change Return Type Shelf to ListenableFuture<Shelf> in method package createShelf(request CreateShelfRequest, client ShelfServiceGrpc.ShelfServiceFutureStub) : ListenableFuture<Shelf> in class com.google.api.graphql.examples.library.graphqlserver.ShelfSchemaModule |
From |
To |
|
Change Return Type ImmutableList<Book> to ListenableFuture<List<Book>> in method package shelfToBooks(shelf Shelf, bookClient BookServiceGrpc.BookServiceFutureStub) : ListenableFuture<List<Book>> in class com.google.api.graphql.examples.library.graphqlserver.LibrarySchemaModule |
From |
To |
|
Change Return Type Shelf to ListenableFuture<Shelf> in method package mergeShelves(request MergeShelvesRequest, client ShelfServiceGrpc.ShelfServiceFutureStub) : ListenableFuture<Shelf> in class com.google.api.graphql.examples.library.graphqlserver.ShelfSchemaModule |
From |
To |
|
Change Return Type Shelf to ListenableFuture<Shelf> in method package getShelf(request GetShelfRequest, client ShelfServiceGrpc.ShelfServiceFutureStub) : ListenableFuture<Shelf> in class com.google.api.graphql.examples.library.graphqlserver.ShelfSchemaModule |
From |
To |
|
Change Return Type ListShelvesResponse to ListenableFuture<ListShelvesResponse> in method package listShelves(request ListShelvesRequest, client ShelfServiceGrpc.ShelfServiceFutureStub) : ListenableFuture<ListShelvesResponse> in class com.google.api.graphql.examples.library.graphqlserver.ShelfSchemaModule |
From |
To |