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

io.github.yawenok.apns.http2.concurrent.FutureCallback Maven / Gradle / Ivy

package io.github.yawenok.apns.http2.concurrent;


import io.github.yawenok.apns.http2.Notification;
import io.github.yawenok.apns.http2.NotificationResponse;

public interface FutureCallback {
    void completed(Notification notification, NotificationResponse response);

    void failed(Notification message, Exception e);

    void cancelled(Notification message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy