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

edu.stanford.protege.webprotege.webhook.Webhook Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package edu.stanford.protege.webprotege.webhook;

import javax.annotation.Nonnull;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 4 Feb 2018
 */
public interface Webhook {

    /**
     * Get the payload Url for the webhook
     * @return The payload Url
     */
    @Nonnull
    String getPayloadUrl();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy