@Service public class LostEventAppService extends Object
| Constructor and Description |
|---|
LostEventAppService(LostEventService lostEventService,
KafkaOffsetInfoService kafkaOffsetInfoService) |
| Modifier and Type | Method and Description |
|---|---|
void |
saveLostEvent(LostEvent event,
int partitionId,
long lastOffset) |
@Autowired public LostEventAppService(LostEventService lostEventService, KafkaOffsetInfoService kafkaOffsetInfoService)
@Transactional(propagation=REQUIRES_NEW) public void saveLostEvent(LostEvent event, int partitionId, long lastOffset) throws IOException
IOExceptionCopyright © 2019. All rights reserved.