| Package | Description |
|---|---|
| org.zalando.nakadiproducer.eventlog.impl | |
| org.zalando.nakadiproducer.transmission.impl |
| Modifier and Type | Method and Description |
|---|---|
EventLog |
EventLogRepository.findOne(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EventLog> |
EventLogRepository.findByLockedByAndLockedUntilGreaterThan(String lockedBy,
java.time.Instant lockedUntil) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventLogRepository.delete(EventLog eventLog) |
void |
EventLogRepository.persist(EventLog eventLog) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EventLog> |
EventTransmissionService.lockSomeEvents() |
| Modifier and Type | Method and Description |
|---|---|
NakadiEvent |
EventTransmissionService.mapToNakadiEvent(EventLog event) |
void |
EventTransmissionService.sendEvent(EventLog eventLog) |
Copyright © 2018. All rights reserved.