public class RabbitChannelMessageListenerAdapter extends Object implements org.springframework.amqp.core.MessageListener
| Modifier and Type | Field and Description |
|---|---|
protected EventRegistry |
eventRegistry |
protected InboundChannelModel |
inboundChannelModel |
protected Collection<String> |
stringContentTypes |
| Constructor and Description |
|---|
RabbitChannelMessageListenerAdapter(EventRegistry eventRegistry,
InboundChannelModel inboundChannelModel) |
| Modifier and Type | Method and Description |
|---|---|
EventRegistry |
getEventRegistry() |
InboundChannelModel |
getInboundChannelModel() |
Collection<String> |
getStringContentTypes() |
void |
onMessage(org.springframework.amqp.core.Message message) |
void |
setEventRegistry(EventRegistry eventRegistry) |
void |
setInboundChannelModel(InboundChannelModel inboundChannelModel) |
void |
setStringContentTypes(Collection<String> stringContentTypes) |
protected Collection<String> stringContentTypes
protected EventRegistry eventRegistry
protected InboundChannelModel inboundChannelModel
public RabbitChannelMessageListenerAdapter(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel)
public void onMessage(org.springframework.amqp.core.Message message)
onMessage in interface org.springframework.amqp.core.MessageListenerpublic EventRegistry getEventRegistry()
public void setEventRegistry(EventRegistry eventRegistry)
public InboundChannelModel getInboundChannelModel()
public void setInboundChannelModel(InboundChannelModel inboundChannelModel)
public Collection<String> getStringContentTypes()
public void setStringContentTypes(Collection<String> stringContentTypes)
Copyright © 2023 Flowable. All rights reserved.