com.networknt.aws.lambda.handler.chain.ChainLinkCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lambda-native Show documentation
Show all versions of lambda-native Show documentation
A middleware Lambda function that handles all the cross-cutting concerns for the downstream Lambda function.
The newest version!
package com.networknt.aws.lambda.handler.chain;
import com.networknt.aws.lambda.LightLambdaExchange;
import com.networknt.status.Status;
public interface ChainLinkCallback {
void callback(final LightLambdaExchange lambdaEventWrapper, Status status);
void exceptionCallback(final LightLambdaExchange lambdaEventWrapper, Throwable throwable);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy