public class MarshalledObservation
Used in the RPC wire protocol to wrap an observation with the handle of the observable it's intended for.
Constructor and Description |
---|
MarshalledObservation(int forHandle,
rx.Notification<?> what)
Used in the RPC wire protocol to wrap an observation with the handle of the observable it's intended for.
|
Modifier and Type | Method and Description |
---|---|
int |
component1() |
rx.Notification<?> |
component2() |
MarshalledObservation |
copy(int forHandle,
rx.Notification<?> what)
Used in the RPC wire protocol to wrap an observation with the handle of the observable it's intended for.
|
boolean |
equals(java.lang.Object p) |
int |
getForHandle() |
rx.Notification<?> |
getWhat() |
int |
hashCode() |
java.lang.String |
toString() |
public MarshalledObservation(int forHandle, rx.Notification<?> what)
Used in the RPC wire protocol to wrap an observation with the handle of the observable it's intended for.
public int getForHandle()
public rx.Notification<?> getWhat()
public int component1()
public rx.Notification<?> component2()
public MarshalledObservation copy(int forHandle, rx.Notification<?> what)
Used in the RPC wire protocol to wrap an observation with the handle of the observable it's intended for.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)