org.wiremock.webhooks.interceptors.WebhookTransformer Maven / Gradle / Ivy
package org.wiremock.webhooks.interceptors;
import com.github.tomakehurst.wiremock.stubbing.ServeEvent;
import org.wiremock.webhooks.WebhookDefinition;
public interface WebhookTransformer {
WebhookDefinition transform(ServeEvent serveEvent, WebhookDefinition webhookDefinition);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy