Uses of Class
org.zalando.nakadiproducer.eventlog.impl.EventLog
-
Packages that use EventLog Package Description org.zalando.nakadiproducer.eventlog.impl org.zalando.nakadiproducer.transmission.impl -
-
Uses of EventLog in org.zalando.nakadiproducer.eventlog.impl
Methods in org.zalando.nakadiproducer.eventlog.impl that return EventLog Modifier and Type Method Description EventLogEventLogRepository. findOne(Integer id)Methods in org.zalando.nakadiproducer.eventlog.impl that return types with arguments of type EventLog Modifier and Type Method Description Collection<EventLog>EventLogRepository. findByLockedByAndLockedUntilGreaterThan(String lockedBy, Instant lockedUntil)Methods in org.zalando.nakadiproducer.eventlog.impl with parameters of type EventLog Modifier and Type Method Description voidEventLogRepository. delete(EventLog eventLog)voidEventLogRepository. persist(EventLog eventLog)Method parameters in org.zalando.nakadiproducer.eventlog.impl with type arguments of type EventLog Modifier and Type Method Description default voidEventLogRepository. persist(Collection<EventLog> eventLogs) -
Uses of EventLog in org.zalando.nakadiproducer.transmission.impl
Methods in org.zalando.nakadiproducer.transmission.impl that return types with arguments of type EventLog Modifier and Type Method Description Collection<EventLog>EventTransmissionService. lockSomeEvents()Methods in org.zalando.nakadiproducer.transmission.impl with parameters of type EventLog Modifier and Type Method Description voidEventBatcher. pushEvent(EventLog eventLogEntry, NakadiEvent nakadiEvent)Pushes one event to be published.Method parameters in org.zalando.nakadiproducer.transmission.impl with type arguments of type EventLog Modifier and Type Method Description voidEventTransmissionService. sendEvents(Collection<EventLog> events)
-