Class NotificationDataResponse<T>

java.lang.Object
net.croz.nrich.notification.api.response.NotificationResponse
net.croz.nrich.notification.api.response.NotificationDataResponse<T>
Type Parameters:
T - type of response data

public class NotificationDataResponse<T> extends NotificationResponse
Wrapper around response data that allows for sending notification with original response data.
  • Constructor Details

    • NotificationDataResponse

      public NotificationDataResponse(Notification notification, T data)