| Package | Description |
|---|---|
| com.mulesoft.connectors.ws.internal.connection | |
| com.mulesoft.connectors.ws.internal.server |
| Modifier and Type | Method and Description |
|---|---|
void |
FluxCapacitor.registerOnCloseCallback(String path,
OnCloseCallback callback)
Registers a callback that will be invoked whenever a
WebSocket with a matching path is closed. |
void |
FluxCapacitor.unregisterOnCloseCallback(String path,
OnCloseCallback callback)
Unregisters the given
callback, provided that it has previously been registered through
FluxCapacitor.registerOnCloseCallback(String, OnCloseCallback) with an equivalent path. |
| Modifier and Type | Method and Description |
|---|---|
List<OnCloseCallback> |
ForwardingWebSocketHandler.getOnCloseCallbacks() |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.