Package ai.nexconn.chat.user.model
Class SubscriptionChangedEvent
-
- All Implemented Interfaces:
public final class SubscriptionChangedEventEvent for subscribed events changing.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<SubscriptionStatusInfo>events
-
Constructor Summary
Constructors Constructor Description SubscriptionChangedEvent(List<SubscriptionStatusInfo> events)
-
Method Summary
Modifier and Type Method Description final List<SubscriptionStatusInfo>getEvents()List of changed subscription event info -
-
Constructor Detail
-
SubscriptionChangedEvent
SubscriptionChangedEvent(List<SubscriptionStatusInfo> events)
-
-
Method Detail
-
getEvents
final List<SubscriptionStatusInfo> getEvents()
List of changed subscription event info
-
-
-
-