Interface BulkMessageDeliverer

All Superinterfaces:
MessageDeliverer

public interface BulkMessageDeliverer extends MessageDeliverer
A NotificationMessageDeliverer interface specialization that should be implemented by deliverers which can deliver messages in bulk. This interface needs to exist distinct from NotificationMessageDeliverer because processing in the two cases will be different. In the bulk case, the deliveries will be performed in a single transaction.
Author:
Kuali Rice Team (rice.collab@kuali.org)