Class TourGuideModule
java.lang.Object
com.openclassrooms.tourguide.configuration.TourGuideModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongpsUtil.GpsUtil
rewardCentral.RewardCentral
getRewardsService
(gpsUtil.GpsUtil gpsUtil, rewardCentral.RewardCentral rewardCentral, ExecutorService threadPoolExecutor)
-
Constructor Details
-
TourGuideModule
public TourGuideModule()
-
-
Method Details
-
getGpsUtil
@Bean public gpsUtil.GpsUtil getGpsUtil() -
getRewardsService
@Bean public RewardsService getRewardsService(gpsUtil.GpsUtil gpsUtil, rewardCentral.RewardCentral rewardCentral, ExecutorService threadPoolExecutor) -
getRewardCentral
@Bean public rewardCentral.RewardCentral getRewardCentral()
-