public exception IncompatibleMessageTypeException
Exception IncompatibleMessageTypeException is thrown when a thread requests a message type but another incompatible type is found. For example, a thread can send an int and another thread could request to receive a String. These types are incompatible and an exception is thrown.
Claude Abounegm
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
create(Class expectedType, Class actualType) |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
destroy() |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public readonly |
(IncompatibleMessageTypeException) |
copy(AddressMap addresses) |
public destroy() => ()
public readonly copy(AddressMap addresses) => (IncompatibleMessageTypeException)