Interface ParallelParticipantsBatchJobContribution
- All Known Implementing Classes:
DefaultParallelParticipantsBatchJobContribution
public interface ParallelParticipantsBatchJobContribution
-
Method Summary
Modifier and TypeMethodDescriptiondefault intapplyCustomLogic(Entity parallelEvent, Context context) Allows contributions to apply custom logic.Default implementation for relevant statuses.default TextMessagegetTextMessage(int registrationsCreated, int registrationsDeleted, int customLogicRegistrations) Allows contributions to customize the log message.
-
Method Details
-
getRelevantStatus
-
applyCustomLogic
-
getTextMessage
default TextMessage getTextMessage(int registrationsCreated, int registrationsDeleted, int customLogicRegistrations) Allows contributions to customize the log message.- Returns:
- An additional message to append or override.
-