@Alias(value="on-inbound-connection") @DisplayName(value="On New Inbound Connection") @Summary(value="Triggers when an inbound WebSocket connection is established") @MediaType(value="text/plain") public class InboundConnectionListener extends PathSource<String,WebSocketAttributes>
| Modifier and Type | Field and Description |
|---|---|
static String |
ALIAS |
config, connectionProvider, fluxCapacitor, path, webSocketServer| Constructor and Description |
|---|
InboundConnectionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<String,WebSocketAttributes> sourceCallback) |
void |
onStop() |
disengageFluxCapacitor, engageFluxCapacitor, resolvePathpublic static final String ALIAS
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<String,WebSocketAttributes> sourceCallback) throws org.mule.runtime.api.exception.MuleException
onStart in class org.mule.runtime.extension.api.runtime.source.Source<String,WebSocketAttributes>org.mule.runtime.api.exception.MuleExceptionpublic void onStop()
onStop in class org.mule.runtime.extension.api.runtime.source.Source<String,WebSocketAttributes>Copyright © 2024 MuleSoft, Inc.. All rights reserved.