All Downloads are FREE. Search and download functionalities are using the official Maven repository.

be.cloudway.gramba.runtime.eventrunner.RunOnceEventRunner Maven / Gradle / Ivy

package be.cloudway.gramba.runtime.eventrunner;

import be.cloudway.gramba.runtime.handler.GrambaLambdaHandler;
import be.cloudway.gramba.runtime.strategy.AwsApiStrategy;

public class RunOnceEventRunner extends EventRunner {

    public RunOnceEventRunner(GrambaLambdaHandler requestHandler, AwsApiStrategy awsApiStrategy) {
        super(requestHandler, awsApiStrategy);
    }

    @Override
    public void run() {
        this.runNextInvocation();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy