StreamBindingFailureMessage Třída
- java.
lang. Object - com.
microsoft. signalr. HubMessage - com.
microsoft. signalr. StreamBindingFailureMessage
- com.
- com.
public class StreamBindingFailureMessage extends HubMessage
Souhrn konstruktorů
| Konstruktor | Description | |
|---|---|---|
| StreamBindingFailureMessage(String invocationId, Exception exception) | ||
Souhrn metod
| Modifikátor a typ | Metoda a popis |
|---|---|
| java.lang.Exception | getException() |
| java.lang.String | getInvocationId() |
|
Hub |
getMessageType() |
Zdědění členové
Podrobnosti konstruktoru
StreamBindingFailureMessage
public StreamBindingFailureMessage(String invocationId, Exception exception)
Parameters:
Podrobnosti metody
getException
public Exception getException()
getInvocationId
public String getInvocationId()
getMessageType
public HubMessageType getMessageType()
Overrides:
StreamBindingFailureMessage.getMessageType()