Class BrowseQueue
java.lang.Object
org.frankframework.console.controllers.BrowseQueue
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<?> org.springframework.http.ResponseEntity
<?>
-
Constructor Details
-
BrowseQueue
-
-
Method Details
-
getQueueConnectionFactories
@AllowAllIbisUserRoles @GetMapping(value="/jms", produces="application/json") public org.springframework.http.ResponseEntity<?> getQueueConnectionFactories() -
browseQueue
@AllowAllIbisUserRoles @PostMapping(value="/jms/browse", produces="application/json", consumes="application/json") public org.springframework.http.ResponseEntity<?> browseQueue(@RequestBody BrowseQueue.BrowseQueueModel model)
-