Package com.dani.bff.service
Class DashboardService
java.lang.Object
com.dani.bff.service.DashboardService
Coordinates the downstream calls required by the dashboard API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<DashboardResponse> getDashboard(org.springframework.security.oauth2.jwt.Jwt jwt) Builds the dashboard response for the authenticated JWT subject.
-
Constructor Details
-
DashboardService
-
-
Method Details
-
getDashboard
public reactor.core.publisher.Mono<DashboardResponse> getDashboard(org.springframework.security.oauth2.jwt.Jwt jwt) Builds the dashboard response for the authenticated JWT subject.- Parameters:
jwt- authenticated access token- Returns:
- dashboard response with profile and recommendations
-