Uses of Interface
org.apache.synapse.message.MessageConsumer
-
-
Uses of MessageConsumer in org.apache.synapse.message.processor
Methods in org.apache.synapse.message.processor that return types with arguments of type MessageConsumer Modifier and Type Method Description List<MessageConsumer>MessageProcessor. getMessageConsumer()This method retrieves the message consumer of message processor.Methods in org.apache.synapse.message.processor with parameters of type MessageConsumer Modifier and Type Method Description MessageContextService. fetch(MessageConsumer msgConsumer)This method has the responsibility of fetching message from the message store.booleanMessageProcessor. setMessageConsumer(MessageConsumer messageConsumer)This method is used to set the message consumer of message processor. -
Uses of MessageConsumer in org.apache.synapse.message.processor.impl
Fields in org.apache.synapse.message.processor.impl with type parameters of type MessageConsumer Modifier and Type Field Description protected List<MessageConsumer>AbstractMessageProcessor. messageConsumersMethods in org.apache.synapse.message.processor.impl that return types with arguments of type MessageConsumer Modifier and Type Method Description List<MessageConsumer>AbstractMessageProcessor. getMessageConsumer()Methods in org.apache.synapse.message.processor.impl with parameters of type MessageConsumer Modifier and Type Method Description booleanAbstractMessageProcessor. setMessageConsumer(MessageConsumer consumer) -
Uses of MessageConsumer in org.apache.synapse.message.processor.impl.failover
Methods in org.apache.synapse.message.processor.impl.failover with parameters of type MessageConsumer Modifier and Type Method Description MessageContextFailoverForwardingService. fetch(MessageConsumer msgConsumer)Receives the next message from the message store. -
Uses of MessageConsumer in org.apache.synapse.message.store
Methods in org.apache.synapse.message.store that return MessageConsumer Modifier and Type Method Description MessageConsumerMessageStore. getConsumer()Returns a Message Consumer for this message store. -
Uses of MessageConsumer in org.apache.synapse.message.store.impl.jdbc
Classes in org.apache.synapse.message.store.impl.jdbc that implement MessageConsumer Modifier and Type Class Description classJDBCConsumerJDBC Store ConsumerMethods in org.apache.synapse.message.store.impl.jdbc that return MessageConsumer Modifier and Type Method Description MessageConsumerJDBCMessageStore. getConsumer() -
Uses of MessageConsumer in org.apache.synapse.message.store.impl.jms
Classes in org.apache.synapse.message.store.impl.jms that implement MessageConsumer Modifier and Type Class Description classJmsConsumerMethods in org.apache.synapse.message.store.impl.jms that return MessageConsumer Modifier and Type Method Description MessageConsumerJmsStore. getConsumer() -
Uses of MessageConsumer in org.apache.synapse.message.store.impl.memory
Classes in org.apache.synapse.message.store.impl.memory that implement MessageConsumer Modifier and Type Class Description classInMemoryConsumerMethods in org.apache.synapse.message.store.impl.memory that return MessageConsumer Modifier and Type Method Description MessageConsumerInMemoryStore. getConsumer() -
Uses of MessageConsumer in org.apache.synapse.message.store.impl.rabbitmq
Classes in org.apache.synapse.message.store.impl.rabbitmq that implement MessageConsumer Modifier and Type Class Description classRabbitMQConsumerThe message consumer responsible for read a message from the queue and set it into the message contextMethods in org.apache.synapse.message.store.impl.rabbitmq that return MessageConsumer Modifier and Type Method Description MessageConsumerRabbitMQStore. getConsumer()Create a newRabbitMQConsumerobject
-