Class AWSCustomRuntime

java.lang.Object
org.springframework.cloud.function.adapter.test.aws.AWSCustomRuntime

@EnableAutoConfiguration public class AWSCustomRuntime extends Object
AWS Custom Runtime emulator to be used for testing.
Since:
3.2
Author:
Oleg Zhurakousky
  • Constructor Details

    • AWSCustomRuntime

      public AWSCustomRuntime(org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext context)
  • Method Details

    • exchange

      public org.springframework.messaging.Message<String> exchange(Object input)