Interface UserEventAppenderDao
- All Known Subinterfaces:
UserEventDao
- All Known Implementing Classes:
JdbcUserEventDao
public interface UserEventAppenderDao
DAO API for write-only access to creating user events.
-
Method Summary
-
Method Details
-
add
Add an event.- Parameters:
event- the event to add
-