Class EphemeralDataUnit<C extends EphemeralDataUnitContent>
- java.lang.Object
-
- io.github.ma1uta.matrix.server.model.federation.edu.EphemeralDataUnit<C>
-
- Type Parameters:
C
- class of the EDU content.
- Direct Known Subclasses:
DeviceListUpdate
,Presence
,Receipt
,ToDeviceMessage
,Typing
public abstract class EphemeralDataUnit<C extends EphemeralDataUnitContent> extends Object
These events are pushed between pairs of homeservers. They are not persisted and are not part of the history of a room, nor does the receiving homeserver have to reply to them.
-
-
Constructor Summary
Constructors Constructor Description EphemeralDataUnit()
-
-
-
Field Detail
-
content
private C extends EphemeralDataUnitContent content
Actual nested content.
-
-