Package net.solarnetwork.central.biz
Interface UserEventBiz
- All Known Implementing Classes:
DaoUserEventBiz
public interface UserEventBiz
Service API for managing user events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidfindFilteredUserEvents(UserEventFilter filter, FilteredResultsProcessor<UserEvent> processor) API for querying for a filtered set of user events, streaming the results.
-
Method Details
-
findFilteredUserEvents
void findFilteredUserEvents(UserEventFilter filter, FilteredResultsProcessor<UserEvent> processor) throws IOException API for querying for a filtered set of user events, streaming the results.- Parameters:
filter- the query filterprocessor- the processor for the results- Throws:
IOException- if any IO error occurs
-