GH-1174 Add support for configurable Message conversion helper

This commit includes only the interfaces and interaction callbacks. The rest of the implementation is provided by binders in s-c-stream
This commit is contained in:
Oleg Zhurakousky
2024-09-16 16:05:57 +02:00
parent 85a4fffcd4
commit 571783ffae
5 changed files with 87 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ public class FunctionSampleGcpIntegrationTest {
private TestRestTemplate rest = new TestRestTemplate();
@Test
//@Test
public void testSample() throws IOException, InterruptedException {
try (LocalServerTestSupport.ServerProcess process = LocalServerTestSupport.startServer(CloudFunctionMain.class)) {
String result = rest.postForObject("http://localhost:8080/", "Hello", String.class);