@Alias(value="listener") @EmitsResponse @MetadataScope(outputResolver=JmsOutputResolver.class) public class JmsListener extends org.mule.runtime.extension.api.runtime.source.Source<Object,JmsAttributes>
Destinations, allows to listen
for incoming Messages| Constructor and Description |
|---|
JmsListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onError(org.mule.runtime.api.message.Error error,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext context) |
void |
onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<Object,JmsAttributes> sourceCallback) |
void |
onStop() |
void |
onSuccess(JmsListenerResponseBuilder response,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext callbackContext) |
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<Object,JmsAttributes> sourceCallback) throws org.mule.runtime.api.exception.MuleException
onStart in class org.mule.runtime.extension.api.runtime.source.Source<Object,JmsAttributes>org.mule.runtime.api.exception.MuleExceptionpublic void onStop()
onStop in class org.mule.runtime.extension.api.runtime.source.Source<Object,JmsAttributes>@OnSuccess
public void onSuccess(@Optional @NullSafe
JmsListenerResponseBuilder response,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext callbackContext)
@OnError
public void onError(org.mule.runtime.api.message.Error error,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext context)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.