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