public interface Routes
reactor.core.publisher.Mono<AssociateRouteApplicationResponse> associateApplication(AssociateRouteApplicationRequest request)
request - the Associate an Application with the Route requestreactor.core.publisher.Mono<CreateRouteResponse> create(CreateRouteRequest request)
request - the Creating a Route requestreactor.core.publisher.Mono<DeleteRouteResponse> delete(DeleteRouteRequest request)
request - the Delete a Particular Route requestreactor.core.publisher.Mono<Boolean> exists(RouteExistsRequest request)
request - the Check a Route exists requestreactor.core.publisher.Mono<GetRouteResponse> get(GetRouteRequest request)
request - the Retrieve a Particular Route requestreactor.core.publisher.Mono<ListRoutesResponse> list(ListRoutesRequest request)
request - the List all Applications for the Route requestreactor.core.publisher.Mono<ListRouteApplicationsResponse> listApplications(ListRouteApplicationsRequest request)
request - the List all Applications for the Route requestreactor.core.publisher.Mono<Void> removeApplication(RemoveRouteApplicationRequest request)
request - the Remove Application from the Route requestreactor.core.publisher.Mono<UpdateRouteResponse> update(UpdateRouteRequest request)
request - the Update a Route requestCopyright © 2017 Pivotal Software, Inc.. All rights reserved.