Class SpringBootKinesisEventHandler<E,​O>

  • Type Parameters:
    E - payload type
    O - response type
    All Implemented Interfaces:
    com.amazonaws.services.lambda.runtime.RequestHandler<com.amazonaws.services.lambda.runtime.events.KinesisEvent,​Object>, Closeable, AutoCloseable

    @Deprecated
    public class SpringBootKinesisEventHandler<E,​O>
    extends SpringBootRequestHandler<com.amazonaws.services.lambda.runtime.events.KinesisEvent,​O>
    Deprecated.
    since 3.1 in favor of FunctionInvoker
    Author:
    Mark Fisher, Halvdan Hoem Grelland, Oleg Zhurakousky
    • Constructor Detail

      • SpringBootKinesisEventHandler

        public SpringBootKinesisEventHandler()
        Deprecated.
      • SpringBootKinesisEventHandler

        public SpringBootKinesisEventHandler​(Class<?> configurationClass)
        Deprecated.
    • Method Detail

      • handleRequest

        public List<O> handleRequest​(com.amazonaws.services.lambda.runtime.events.KinesisEvent event,
                                     com.amazonaws.services.lambda.runtime.Context context)
        Deprecated.
        Specified by:
        handleRequest in interface com.amazonaws.services.lambda.runtime.RequestHandler<E,​O>
        Overrides:
        handleRequest in class SpringBootRequestHandler<com.amazonaws.services.lambda.runtime.events.KinesisEvent,​O>
      • convertEvent

        protected Object convertEvent​(com.amazonaws.services.lambda.runtime.events.KinesisEvent event)
        Deprecated.
        Overrides:
        convertEvent in class SpringBootRequestHandler<com.amazonaws.services.lambda.runtime.events.KinesisEvent,​O>