Class InMemoryMessageQueueReceiverEndpointFactory
- java.lang.Object
-
- de.otto.synapse.endpoint.receiver.InMemoryMessageQueueReceiverEndpointFactory
-
- All Implemented Interfaces:
de.otto.synapse.endpoint.receiver.MessageQueueReceiverEndpointFactory
public class InMemoryMessageQueueReceiverEndpointFactory extends java.lang.Object implements de.otto.synapse.endpoint.receiver.MessageQueueReceiverEndpointFactoryA builder used to build in-memory implementations of anMessageQueueReceiverEndpoint.Primarily used for testing purposes.
-
-
Constructor Summary
Constructors Constructor Description InMemoryMessageQueueReceiverEndpointFactory(InMemoryChannels inMemoryChannels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.otto.synapse.endpoint.receiver.MessageQueueReceiverEndpointcreate(java.lang.String channelName)
-
-
-
Constructor Detail
-
InMemoryMessageQueueReceiverEndpointFactory
public InMemoryMessageQueueReceiverEndpointFactory(InMemoryChannels inMemoryChannels)
-
-