| Modifier and Type | Method and Description |
|---|---|
MessageSource |
Pipeline.getMessageSource() |
| Modifier and Type | Method and Description |
|---|---|
Flow.Builder |
Flow.Builder.messageSource(MessageSource messageSource)
Configures the message source for the flow.
|
void |
Pipeline.setMessageSource(MessageSource messageSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestReplyRequesterMessageProcessor.setReplySource(MessageSource replyMessageSource) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClusterizableMessageSource
Defines a message source that runs in only one node of a cluster.
|
interface |
CompositeMessageSource
Composes multiple
MessageSources. |
| Modifier and Type | Method and Description |
|---|---|
List<MessageSource> |
CompositeMessageSource.getSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeMessageSource.addSource(MessageSource messageSource) |
void |
CompositeMessageSource.removeSource(MessageSource messageSource) |
| Modifier and Type | Method and Description |
|---|---|
MessageSource |
MessageProcessContext.getMessageSource() |
| Modifier and Type | Field and Description |
|---|---|
protected MessageSource |
AbstractPipeline.messageSource |
| Modifier and Type | Method and Description |
|---|---|
MessageSource |
AbstractPipeline.getMessageSource() |
| Modifier and Type | Method and Description |
|---|---|
Flow.Builder |
DefaultFlowBuilder.messageSource(MessageSource messageSource)
Configures the message source for the flow.
|
void |
AbstractPipeline.setMessageSource(MessageSource messageSource) |
| Modifier and Type | Field and Description |
|---|---|
protected MessageSource |
AbstractAsyncRequestReplyRequester.replyMessageSource |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleAsyncRequestReplyRequester.setMessageSource(MessageSource source)
Deprecated.
|
void |
AbstractAsyncRequestReplyRequester.setReplySource(MessageSource messageSource) |
protected void |
AbstractAsyncRequestReplyRequester.verifyReplyMessageSource(MessageSource messageSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterizableMessageSourceWrapper
Wraps a
ClusterizableMessageSource in order to manage the lifecycle of the wrapped instance differently depending if
the node is primary or not inside a cluster. |
class |
StartableCompositeMessageSource
Implementation of
CompositeMessageSource that propagates both injection of FlowConstruct and lifecycle to
nested MessageSources. |
| Modifier and Type | Field and Description |
|---|---|
protected List<MessageSource> |
StartableCompositeMessageSource.sources |
| Modifier and Type | Method and Description |
|---|---|
List<MessageSource> |
StartableCompositeMessageSource.getSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
StartableCompositeMessageSource.addSource(MessageSource source) |
void |
StartableCompositeMessageSource.removeSource(MessageSource source) |
| Modifier and Type | Method and Description |
|---|---|
void |
StartableCompositeMessageSource.setMessageSources(List<MessageSource> sources) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSchedulerMessageSource
Polling
MessageSource. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.