data class MarshalledObservation
Used in the RPC wire protocol to wrap an observation with the handle of the observable it's intended for.
| <init> |
MarshalledObservation(forHandle: Int, what: Notification<*>)
Used in the RPC wire protocol to wrap an observation with the handle of the observable it's intended for. |
| forHandle |
val forHandle: Int |
| what |
val what: Notification<*> |