Class TestServiceListener
java.lang.Object
org.frankframework.console.controllers.TestServiceListener
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<?> org.springframework.http.ResponseEntity
<?>
-
Constructor Details
-
TestServiceListener
-
-
Method Details
-
getServiceListeners
@AllowAllIbisUserRoles @GetMapping(value="/test-servicelistener", produces="application/json") public org.springframework.http.ResponseEntity<?> getServiceListeners() throws ApiException- Throws:
ApiException
-
postServiceListener
@RolesAllowed("IbisTester") @PostMapping(value="/test-servicelistener", produces="application/json", consumes="multipart/form-data") public org.springframework.http.ResponseEntity<?> postServiceListener(TestServiceListener.TestServiceListenerModel model) throws ApiException - Throws:
ApiException
-