Klasse NotifyControllerImpl

java.lang.Object
de.dlr.proseo.notification.rest.NotifyControllerImpl
Alle implementierten Schnittstellen:
NotifyController

@Component public class NotifyControllerImpl extends Object implements NotifyController
REST controller that receives and processes notifications by delegating the task of sending messages to the SendManager class, and it handles exceptions and returns appropriate responses to the client
Autor:
Ernst Melchinger
  • Konstruktordetails

    • NotifyControllerImpl

      public NotifyControllerImpl()
  • Methodendetails

    • notifyx

      public org.springframework.http.ResponseEntity<?> notifyx(RestMessage restMessage)
      Process and send the REST message
      Angegeben von:
      notifyx in Schnittstelle NotifyController
      Parameter:
      restMessage - the REST message to send
      Gibt zurück:
      The response entity