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:
    io.netty.util.concurrent.Future<V>, Future<V>

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      P getPushNotification()
      Returns the push notification to which the operation represented by this future applies.
      • Methods inherited from interface io.netty.util.concurrent.Future

        addListener, addListeners, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, getNow, isCancellable, isSuccess, removeListener, removeListeners, sync, syncUninterruptibly
    • 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