final class InvocationCallbackImpl
extends java.lang.Object
implements javax.ws.rs.client.InvocationCallback<java.lang.Object>
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOGGER |
private NotificationEntity |
notification |
private NotificationService |
notificationService |
Constructor and Description |
---|
InvocationCallbackImpl(NotificationService service,
NotificationEntity notification) |
Modifier and Type | Method and Description |
---|---|
void |
completed(java.lang.Object response) |
void |
failed(java.lang.Throwable throwable) |
private static final org.slf4j.Logger LOGGER
private final NotificationEntity notification
private final NotificationService notificationService
public InvocationCallbackImpl(NotificationService service, NotificationEntity notification)
public void completed(java.lang.Object response)
completed
in interface javax.ws.rs.client.InvocationCallback<java.lang.Object>
public void failed(java.lang.Throwable throwable)
failed
in interface javax.ws.rs.client.InvocationCallback<java.lang.Object>