T - public class NfdDpeService.NfdDpeServiceSubscriber<T>
extends java.lang.Object
implements de.gematik.ti.healthcardaccess.operation.Subscriber
For receiving NFD_Document or DPE_Document
| Constructor and Description |
|---|
NfdDpeServiceSubscriber(T[] document) |
| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.Throwable t) |
void |
onSuccess(java.lang.Object value) |
public NfdDpeServiceSubscriber(T[] document)
public void onSuccess(java.lang.Object value)
onSuccess in interface de.gematik.ti.healthcardaccess.operation.Subscriberpublic void onError(java.lang.Throwable t)
throws java.lang.RuntimeException
onError in interface de.gematik.ti.healthcardaccess.operation.Subscriberjava.lang.RuntimeException