public interface SynchroService
Modifier and Type | Method and Description |
---|---|
void |
clearAllEvents() |
void |
fireEvent(Map<String,Serializable> event,
Serializable id) |
boolean |
hasWaiters() |
Serializable |
waitForEvent(Map<String,Serializable> event,
long timeout) |
void fireEvent(Map<String,Serializable> event, Serializable id)
Serializable waitForEvent(Map<String,Serializable> event, long timeout) throws InterruptedException, TimeoutException
InterruptedException
TimeoutException
void clearAllEvents()
boolean hasWaiters()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.