Package de.dlr.proseo.notification.rest
Klasse NotifyControllerImpl
java.lang.Object
de.dlr.proseo.notification.rest.NotifyControllerImpl
- Alle implementierten Schnittstellen:
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
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<?> notifyx
(RestMessage restMessage) Process and send the REST message
-
Konstruktordetails
-
NotifyControllerImpl
public NotifyControllerImpl()
-
-
Methodendetails
-
notifyx
Process and send the REST message- Angegeben von:
notifyx
in SchnittstelleNotifyController
- Parameter:
restMessage
- the REST message to send- Gibt zurück:
- The response entity
-