Uses of Class
net.officefloor.tutorial.cosmosasyncdbhttpserver.Post
-
Packages that use Post Package Description net.officefloor.tutorial.cosmosasyncdbhttpserver -
-
Uses of Post in net.officefloor.tutorial.cosmosasyncdbhttpserver
Methods in net.officefloor.tutorial.cosmosasyncdbhttpserver that return types with arguments of type Post Modifier and Type Method Description reactor.core.publisher.Flux<Post>
CosmosAsyncDbLogic. retrieveAllPosts(CosmosAsyncEntities entities, ObjectResponse<Post[]> response)
reactor.core.publisher.Mono<Post>
CosmosAsyncDbLogic. retrievePost(java.lang.String identifier, CosmosAsyncEntities entities)
reactor.core.publisher.Mono<Post>
CosmosAsyncDbLogic. savePost(Post post, CosmosAsyncEntities entities)
Methods in net.officefloor.tutorial.cosmosasyncdbhttpserver with parameters of type Post Modifier and Type Method Description reactor.core.publisher.Mono<Post>
CosmosAsyncDbLogic. savePost(Post post, CosmosAsyncEntities entities)
void
CosmosAsyncDbLogic. sendPost(Post post, ObjectResponse<Post> response)
void
CosmosAsyncDbLogic. sendPosts(Post[] posts, ObjectResponse<Post[]> response)
Method parameters in net.officefloor.tutorial.cosmosasyncdbhttpserver with type arguments of type Post Modifier and Type Method Description void
CosmosAsyncDbLogic. sendPost(Post post, ObjectResponse<Post> response)
-