Class ScheduleWebhookController


  • @RestController
    @RequestMapping("/auth-sche/api/schedule")
    public class ScheduleWebhookController
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.http.ResponseEntity<java.lang.String> refreshContext()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScheduleWebhookController

        public ScheduleWebhookController()
    • Method Detail

      • refreshContext

        @PostMapping("/refresh")
        public org.springframework.http.ResponseEntity<java.lang.String> refreshContext()