Package de.otto.synapse.eventsource
Interface EventSourceBuilder
public interface EventSourceBuilder
A builder used to build
instances.-
Method Summary
Modifier and Type Method Description EventSourcebuildEventSource(MessageLogReceiverEndpoint messageLogReceiverEndpoint)Should build an event source for a given stream name.
-
Method Details
-
buildEventSource
Should build an event source for a given stream name. Classes that implement this interface use this differently depending on their specific event queuing tech.- Parameters:
messageLogReceiverEndpoint- the MessageLogReceiverEndpoint used to consume- Returns:
- EventSource implementation for this specific technology
-