Class TimeWindowEventResponse

  • All Implemented Interfaces:
    java.io.Serializable

    public class TimeWindowEventResponse
    extends java.lang.Object
    implements java.io.Serializable
    Response type to return a new state for the time window and to report batch item failures. This should be used along with KinesisTimeWindowEvent or DynamodbTimeWindowEvent. https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-windows
    See Also:
    Serialized Form
    • Constructor Detail

      • TimeWindowEventResponse

        public TimeWindowEventResponse()
    • Method Detail

      • getState

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getState()