com.greenapi.client.pkg.api.webhook.WebhookHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of whatsapp-api-client-java Show documentation
Show all versions of whatsapp-api-client-java Show documentation
WhatsApp java client Green API
package com.greenapi.client.pkg.api.webhook;
import com.greenapi.client.pkg.models.notifications.Notification;
public interface WebhookHandler {
void handle(Notification notification);
}