Class SpringBootStreamHandler

java.lang.Object
org.springframework.cloud.function.context.AbstractSpringFunctionAdapterInitializer<com.amazonaws.services.lambda.runtime.Context>
org.springframework.cloud.function.adapter.aws.SpringBootStreamHandler
All Implemented Interfaces:
com.amazonaws.services.lambda.runtime.RequestStreamHandler, Closeable, AutoCloseable

@Deprecated public class SpringBootStreamHandler extends AbstractSpringFunctionAdapterInitializer<com.amazonaws.services.lambda.runtime.Context> implements com.amazonaws.services.lambda.runtime.RequestStreamHandler
Deprecated.
since 3.2.7 in favor of FunctionInvoker
Author:
Dave Syer, Oleg Zhurakousky
  • Constructor Details

    • SpringBootStreamHandler

      public SpringBootStreamHandler()
      Deprecated.
    • SpringBootStreamHandler

      public SpringBootStreamHandler(Class<?> configurationClass)
      Deprecated.
  • Method Details

    • handleRequest

      public void handleRequest(InputStream input, OutputStream output, com.amazonaws.services.lambda.runtime.Context context) throws IOException
      Deprecated.
      Specified by:
      handleRequest in interface com.amazonaws.services.lambda.runtime.RequestStreamHandler
      Throws:
      IOException
    • initialize

      protected void initialize(com.amazonaws.services.lambda.runtime.Context context)
      Deprecated.
      Overrides:
      initialize in class AbstractSpringFunctionAdapterInitializer<com.amazonaws.services.lambda.runtime.Context>