Package de.adorsys.psd2.event.service
Interface Xs2aEventServiceBase
-
- All Known Subinterfaces:
Xs2aEventService,Xs2aEventServiceEncrypted
public interface Xs2aEventServiceBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrecordEvent(@NotNull EventBO event)Records new Event in the CMS
-
-
-
Method Detail
-
recordEvent
boolean recordEvent(@NotNull @NotNull EventBO event)Records new Event in the CMS- Parameters:
event- Event to be recorded- Returns:
trueif the event was recorded.falseotherwise.
-
-