@Service public class Xs2aEventService extends Object
| Constructor and Description |
|---|
Xs2aEventService() |
| Modifier and Type | Method and Description |
|---|---|
void |
recordAisTppRequest(@NotNull String consentId,
@NotNull de.adorsys.psd2.event.core.model.EventType eventType)
Records TPP request to the AIS in the CMS in form of TPP event for given consent id and event type
|
void |
recordAisTppRequest(@NotNull String consentId,
@NotNull de.adorsys.psd2.event.core.model.EventType eventType,
@Nullable Object body)
Records TPP request to the AIS in the CMS in form of TPP event for given consent id, event type and request body
|
void |
recordPisTppRequest(@NotNull String paymentId,
@NotNull de.adorsys.psd2.event.core.model.EventType eventType)
Records TPP request to the PIS in the CMS in form of TPP event for given payment id and event type
|
void |
recordPisTppRequest(@NotNull String paymentId,
@NotNull de.adorsys.psd2.event.core.model.EventType eventType,
@Nullable Object body)
Records TPP request to the PIS in the CMS in form of TPP event for given payment id, event type and request body
|
void |
recordTppRequest(@NotNull de.adorsys.psd2.event.core.model.EventType eventType)
Records generic TPP request in the CMS in form of TPP event for given event type
|
void |
recordTppRequest(@NotNull de.adorsys.psd2.event.core.model.EventType eventType,
@Nullable Object body)
Records generic TPP request in the CMS in form of TPP event for given event type and request body
|
public void recordAisTppRequest(@NotNull
@NotNull String consentId,
@NotNull
@NotNull de.adorsys.psd2.event.core.model.EventType eventType)
consentId - Consent id that will be recorded along with the eventeventType - Type of the eventpublic void recordAisTppRequest(@NotNull
@NotNull String consentId,
@NotNull
@NotNull de.adorsys.psd2.event.core.model.EventType eventType,
@Nullable
@Nullable Object body)
consentId - Consent id that will be recorded along with the eventeventType - Type of the eventbody - Body of the requestpublic void recordPisTppRequest(@NotNull
@NotNull String paymentId,
@NotNull
@NotNull de.adorsys.psd2.event.core.model.EventType eventType)
paymentId - Payment id that will be recorded along with the eventeventType - Type of the eventpublic void recordPisTppRequest(@NotNull
@NotNull String paymentId,
@NotNull
@NotNull de.adorsys.psd2.event.core.model.EventType eventType,
@Nullable
@Nullable Object body)
paymentId - Payment id that will be recorded along with the eventeventType - Type of the eventbody - Body of the requestpublic void recordTppRequest(@NotNull
@NotNull de.adorsys.psd2.event.core.model.EventType eventType)
eventType - Type of eventpublic void recordTppRequest(@NotNull
@NotNull de.adorsys.psd2.event.core.model.EventType eventType,
@Nullable
@Nullable Object body)
eventType - Type of eventbody - Body of the requestCopyright © 2020. All rights reserved.