public class EventTransmissionService extends Object
| Constructor and Description |
|---|
EventTransmissionService(EventLogRepository eventLogRepository,
NakadiPublishingClient nakadiPublishingClient,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
int lockDuration,
int lockDurationBuffer) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EventLog> |
lockSomeEvents() |
void |
overrideClock(Clock clock) |
void |
sendEvents(Collection<EventLog> events) |
public EventTransmissionService(EventLogRepository eventLogRepository, NakadiPublishingClient nakadiPublishingClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, int lockDuration, int lockDurationBuffer)
public Collection<EventLog> lockSomeEvents()
public void sendEvents(Collection<EventLog> events)
public void overrideClock(Clock clock)
Copyright © 2019. All rights reserved.