Class HvlNotificationAdminPollingUserRestController

java.lang.Object
tr.com.havelsan.javarch.notification.polling.starter.controller.HvlNotificationAdminPollingUserRestController
All Implemented Interfaces:
HvlNotificationAdminPollingUserRestService

@RestController @RequestMapping("${hvl.notification.polling.user.controller-path:/polling/user}") @HvlActuatorService(name="HvlNotificationPollingUserRestService", groupName="HvlNotificationPolling") public class HvlNotificationAdminPollingUserRestController extends Object implements HvlNotificationAdminPollingUserRestService
The class in which service endpoints are defined for notification polling admin operations for user.
  • Constructor Details

    • HvlNotificationAdminPollingUserRestController

      public HvlNotificationAdminPollingUserRestController(HvlNotificationAdminPollingUserService notificationAdminPollingUserService)
      Instantiates a new HvlNotificationAdminPollingUserRestController.
      Parameters:
      notificationAdminPollingUserService - the notification admin polling user service
  • Method Details