(@Param("vhost") String vhost)
| 491 | Stream<String> streamPost(); |
| 492 | |
| 493 | @RequestLine(value = "GET /api/queues/{vhost}", decodeSlash = false) |
| 494 | byte[] getQueues(@Param("vhost") String vhost); |
| 495 | |
| 496 | default String independentDefaultMethod() { |
no outgoing calls