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

org.wiremock.webhooks.interceptors.WebhookTransformer Maven / Gradle / Ivy

There is a newer version: 3.0.4
Show newest version
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