public class InMemoryMessageLogReceiverEndpointFactory extends java.lang.Object implements MessageLogReceiverEndpointFactory
EventSource.
Primarily used for testing purposes.
| Constructor and Description |
|---|
InMemoryMessageLogReceiverEndpointFactory(MessageInterceptorRegistry interceptorRegistry,
InMemoryChannels inMemoryChannels) |
| Modifier and Type | Method and Description |
|---|---|
MessageLogReceiverEndpoint |
create(java.lang.String channelName)
Creates and returns a
MessageLogReceiverEndpoint for a messaging channel. |
public InMemoryMessageLogReceiverEndpointFactory(MessageInterceptorRegistry interceptorRegistry, InMemoryChannels inMemoryChannels)
public MessageLogReceiverEndpoint create(@Nonnull java.lang.String channelName)
MessageLogReceiverEndpointFactoryMessageLogReceiverEndpoint for a messaging channel.create in interface MessageLogReceiverEndpointFactorychannelName - the name of the channel of the created MessageLogReceiverEndpoint