# Interface: com.pnfsoftware.jeb.util.concurrent.RateLimitingEventAggregator.IEventTarget

Interface for the actual target for events.

## Method: receive
- parameter: `events`, type: `java.util.List<E>`

Description: Receive one or more events.
parameter: events: a non\-null list of ordered events \(must contain at least one event\); the            list may not be modified; when the method returns, the list may be modified            \(therefore, if any processing is to be done asynchronously, the list of events            must be copied first\)

