Class InMemoryMessageLogReceiverEndpointFactory

java.lang.Object
de.otto.synapse.endpoint.receiver.InMemoryMessageLogReceiverEndpointFactory
All Implemented Interfaces:
de.otto.synapse.endpoint.receiver.MessageLogReceiverEndpointFactory

public class InMemoryMessageLogReceiverEndpointFactory
extends java.lang.Object
implements de.otto.synapse.endpoint.receiver.MessageLogReceiverEndpointFactory
A builder used to build in-memory implementations of an EventSource.

Primarily used for testing purposes.

  • Constructor Summary

    Constructors 
    Constructor Description
    InMemoryMessageLogReceiverEndpointFactory​(InMemoryChannels inMemoryChannels)  
  • Method Summary

    Modifier and Type Method Description
    de.otto.synapse.endpoint.receiver.MessageLogReceiverEndpoint create​(java.lang.String channelName)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • create

      public de.otto.synapse.endpoint.receiver.MessageLogReceiverEndpoint create​(@Nonnull java.lang.String channelName)
      Specified by:
      create in interface de.otto.synapse.endpoint.receiver.MessageLogReceiverEndpointFactory