public class TriggerableMessageSource extends Object implements NonBlockingMessageSource
| Constructor and Description |
|---|
TriggerableMessageSource() |
| Modifier and Type | Method and Description |
|---|---|
Processor |
getListener() |
void |
setListener(Processor listener) |
String |
toString() |
Event |
trigger(Event event) |
org.reactivestreams.Publisher<Event> |
triggerAsync(Event event) |
protected Processor listener
public Event trigger(Event event) throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionpublic void setListener(Processor listener)
setListener in interface MessageSourcepublic Processor getListener()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.