public abstract class AbstractMessageLogReceiverEndpoint extends AbstractMessageReceiverEndpoint implements MessageLogReceiverEndpoint
MessageEndpoint endpoint of a Message Channel that matches random-access like reading of
messages using ChannelPositions.
| Constructor and Description |
|---|
AbstractMessageLogReceiverEndpoint(java.lang.String channelName,
MessageInterceptorRegistry interceptorRegistry,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
org.springframework.context.ApplicationEventPublisher eventPublisher) |
getEndpointType, getMessageDispatcher, publishEvent, registergetChannelName, getInterceptorChain, interceptclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconsume, consumeUntil, stopgetMessageDispatcher, registergetChannelName, getEndpointType, getInterceptorChain, interceptpublic AbstractMessageLogReceiverEndpoint(@Nonnull
java.lang.String channelName,
@Nonnull
MessageInterceptorRegistry interceptorRegistry,
@Nonnull
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
@Nullable
org.springframework.context.ApplicationEventPublisher eventPublisher)