Package org.bonitasoft.engine.synchro
Interface SynchroService
- All Known Implementing Classes:
AbstractSynchroService,SynchroServiceImpl
public interface SynchroService
- Author:
- Emmanuel Duchastenier
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidfireEvent(Map<String, Serializable> event, Serializable id) booleanwaitForEvent(Map<String, Serializable> event, long timeout)
-
Method Details
-
fireEvent
-
waitForEvent
Serializable waitForEvent(Map<String, Serializable> event, long timeout) throws InterruptedException, TimeoutException- Throws:
InterruptedExceptionTimeoutException
-
clearAllEvents
void clearAllEvents() -
hasWaiters
boolean hasWaiters()
-