We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cdd62 commit 23e3b5aCopy full SHA for 23e3b5a
services/src/main/java/io/scalecube/services/files/FileStreamer.java
@@ -1,6 +1,5 @@
1
package io.scalecube.services.files;
2
3
-import io.scalecube.services.annotations.RestMethod;
4
import io.scalecube.services.annotations.Service;
5
import io.scalecube.services.annotations.ServiceMethod;
6
import io.scalecube.services.annotations.Tag;
@@ -17,7 +16,6 @@ public interface FileStreamer {
17
16
String NAMESPACE = "v1/endpoints";
18
19
@Tag(key = "Content-Type", value = "application/file")
20
- @RestMethod("GET")
21
@ServiceMethod("${microservices:id}/files/:name")
22
Flux<byte[]> streamFile();
23
}
0 commit comments