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

com.greenapi.client.pkg.api.webhook.WebhookHandler Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
package com.greenapi.client.pkg.api.webhook;

import com.greenapi.client.pkg.models.notifications.Notification;

public interface WebhookHandler {
    void handle(Notification notification);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy