Interface PushNotificationResponseListener<T extends ApnsPushNotification>
-
- Type Parameters:
T- the type of push notification sent
- All Superinterfaces:
EventListener,io.netty.util.concurrent.GenericFutureListener<PushNotificationFuture<T,PushNotificationResponse<T>>>
public interface PushNotificationResponseListener<T extends ApnsPushNotification> extends io.netty.util.concurrent.GenericFutureListener<PushNotificationFuture<T,PushNotificationResponse<T>>>
A type-specific convenience interface for listening for the result of an attempt to send a push notification.