Serialized Form
-
Package net.sf.eBus.feed.historic
-
Class net.sf.eBus.feed.historic.HistoricReply extends EReplyMessage implements Serializable
- serialVersionUID:
- 393984L
-
Serialized Fields
-
notifications
ENotificationMessage[] notifications
One of more historic notification messages. Will not be an empty array.
-
-
Class net.sf.eBus.feed.historic.HistoricRequest extends ERequestMessage implements Serializable
- serialVersionUID:
- 393984L
-
Serialized Fields
-
interval
EInterval interval
Retrieve historic notification messages over this date/time interval.
-
-
Class net.sf.eBus.feed.historic.PublishStatusEvent extends ENotificationMessage implements Serializable
- serialVersionUID:
- 393984L
-
Serialized Fields
-
feedState
EFeedState feedState
Latest publisher feed state. -
key
EMessageKey key
Feed state applies to this notification message key.
-
-
-
Package net.sf.eBus.feed.pattern
-
Class net.sf.eBus.feed.pattern.MatchEvent extends ENotificationMessage implements Serializable
- serialVersionUID:
- 256L
-
Serialized Fields
-
groups
Map<String,List<ENotificationMessage>> groups
The collected events for each pattern group. Pattern groupEventPattern.ALL_EVENTScontains all matched events. The remaining map keys (if any) are from the user-definedEventPattern. The groups map and the notification list values are both read-only. -
userCache
Map<Object,Object> userCache
This map contains the user-defined data stored whenMatchConditions were executed. This map is notnullbut may be empty.
-
-
Class net.sf.eBus.feed.pattern.TestPublisherContext extends statemap.FSMContext7 implements Serializable
- serialVersionUID:
- 1L
-