Class DashboardService

java.lang.Object
com.dani.bff.service.DashboardService

@Service public class DashboardService extends Object
Coordinates the downstream calls required by the dashboard API.
  • Constructor Details

  • 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