public class BroadcastFailure extends Object
| Constructor and Description |
|---|
BroadcastFailure(String socketId,
org.mule.runtime.http.api.ws.WebSocket.WebSocketType type,
String uri,
String errorMessage,
Throwable exception) |
BroadcastFailure(org.mule.runtime.http.api.ws.WebSocket socket,
Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
Throwable |
getException() |
String |
getSocketId() |
org.mule.runtime.http.api.ws.WebSocket.WebSocketType |
getType() |
String |
getUri() |
public BroadcastFailure(org.mule.runtime.http.api.ws.WebSocket socket,
Throwable exception)
Copyright © 2019 MuleSoft, Inc.. All rights reserved.