public interface EventDispatcher
Modifier and Type | Method and Description |
---|---|
void |
postEvent(com.google.gerrit.reviewdb.client.Branch.NameKey branchName,
Event event)
Post a stream event that is related to a branch
|
void |
postEvent(com.google.gerrit.reviewdb.client.Change change,
Event event,
com.google.gerrit.reviewdb.server.ReviewDb db)
Post a stream event that is related to a change
|
void postEvent(com.google.gerrit.reviewdb.client.Change change, Event event, com.google.gerrit.reviewdb.server.ReviewDb db) throws com.google.gwtorm.server.OrmException
change
- The change that the event is related toevent
- The event to postdb
- The databasecom.google.gwtorm.server.OrmException
void postEvent(com.google.gerrit.reviewdb.client.Branch.NameKey branchName, Event event)
branchName
- The branch that the event is related toevent
- The event to post