Class StartBatchScanHandler

java.lang.Object
no.unit.nva.events.handlers.StartBatchScanHandler
All Implemented Interfaces:
com.amazonaws.services.lambda.runtime.RequestStreamHandler

public abstract class StartBatchScanHandler extends Object implements com.amazonaws.services.lambda.runtime.RequestStreamHandler
  • Constructor Details

    • StartBatchScanHandler

      protected StartBatchScanHandler(software.amazon.awssdk.services.eventbridge.EventBridgeClient eventClient)
  • Method Details

    • handleRequest

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

      protected abstract String getScanEventTopic()