software.amazon.jsii.MessageInspector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsii-runtime Show documentation
Show all versions of jsii-runtime Show documentation
Java client for jsii runtime
package software.amazon.jsii;
import com.fasterxml.jackson.databind.JsonNode;
interface MessageInspector {
void inspect(final JsonNode message, final MessageType type);
enum MessageType {
Request,
Response;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy