Interface PushNotificationFuture<P extends ApnsPushNotification,​V>

  • Type Parameters:
    P - the type of push notification sent
    V - the type of value returned by the operation
    All Superinterfaces:
    Future<V>, Future<V>

    public interface PushNotificationFuture<P extends ApnsPushNotification,​V>
    extends Future<V>
    A push notification future represents the result an operation on a push notification.
    Author:
    Jon Chambers
    • Method Detail

      • getPushNotification

        P getPushNotification()
        Returns the push notification to which the operation represented by this future applies.
        Returns:
        the push notification to which the operation represented by this future applies