Interface EventSourceBuilder


public interface EventSourceBuilder
A builder used to build instances.
  • Method Details

    • buildEventSource

      EventSource buildEventSource​(MessageLogReceiverEndpoint messageLogReceiverEndpoint)
      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