public class BroadcastFailure extends Object
| Constructor and Description |
|---|
BroadcastFailure() |
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() |
void |
setErrorMessage(String errorMessage) |
void |
setException(Throwable exception) |
void |
setSocketId(String socketId) |
void |
setType(org.mule.runtime.http.api.ws.WebSocket.WebSocketType type) |
void |
setUri(String uri) |
public BroadcastFailure()
public BroadcastFailure(org.mule.runtime.http.api.ws.WebSocket socket,
Throwable exception)
public void setSocketId(String socketId)
public void setType(org.mule.runtime.http.api.ws.WebSocket.WebSocketType type)
public void setUri(String uri)
public void setErrorMessage(String errorMessage)
public void setException(Throwable exception)
public String getSocketId()
public org.mule.runtime.http.api.ws.WebSocket.WebSocketType getType()
public String getUri()
public String getErrorMessage()
public Throwable getException()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.