Uses of Class
net.sf.eBus.feed.historic.HistoricReply.Builder
-
Packages that use HistoricReply.Builder Package Description net.sf.eBus.feed.historic This package contains a specialized feed providing notification feeds which support both historic and live messages. -
-
Uses of HistoricReply.Builder in net.sf.eBus.feed.historic
Methods in net.sf.eBus.feed.historic that return HistoricReply.Builder Modifier and Type Method Description static HistoricReply.BuilderHistoricReply. builder()Returns new historic reply message builder instance.HistoricReply.BuilderHistoricReply.Builder. notifications(Collection<ENotificationMessage> messages)Sets historic messages returned in this reply.HistoricReply.BuilderHistoricReply.Builder. notifications(ENotificationMessage[] messages)Sets historic messages returned in this reply.
-