@Alias(value="outbound-listener")
@DisplayName(value="On New Outbound Message")
@Summary(value="Triggers when a message is received from an inbound WebSocket")
@MediaType(value="*/*",
strict=false)
public class OutboundSocketMessageListener
extends org.mule.runtime.extension.api.runtime.source.Source<InputStream,WebSocketAttributes>
| Constructor and Description |
|---|
OutboundSocketMessageListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,WebSocketAttributes> sourceCallback) |
void |
onStop() |
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,WebSocketAttributes> sourceCallback) throws org.mule.runtime.api.exception.MuleException
onStart in class org.mule.runtime.extension.api.runtime.source.Source<InputStream,WebSocketAttributes>org.mule.runtime.api.exception.MuleExceptionpublic void onStop()
onStop in class org.mule.runtime.extension.api.runtime.source.Source<InputStream,WebSocketAttributes>Copyright © 2024 MuleSoft, Inc.. All rights reserved.