| 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,
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 |
|---|---|
void |
EventBatcher.pushEvent(EventLog eventLogEntry,
NakadiEvent nakadiEvent)
Pushes one event to be published.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventTransmissionService.sendEvents(Collection<EventLog> events) |
Copyright © 2019. All rights reserved.