Interface EntityMapper<I extends IncomingMessage,E extends LiveScoutEntityBase> 
- All Known Implementing Classes:
- LiveScoutEntityMapper
public interface EntityMapper<I extends IncomingMessage,E extends LiveScoutEntityBase> 
Represents a class used to map protocol layer messages to feed layer entities
- 
Method Summary
- 
Method Details- 
mapMaps the passedIncomingMessagederived message to feed entity- Parameters:
- message- The- IncomingMessagederived message to be mapped to the feed layer entity.
- Returns:
- The LiveScoutEntityBasederived class representing the passed message.
- Throws:
- IllegalArgumentException- the- messageis a null reference
- InvalidEntityException- wrong entity provided
 
 
-