Package com.fluendo.jst
Interface BusSyncHandler
-
- All Known Implementing Classes:
CortadoPipeline
,Pipeline
public interface BusSyncHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
handleSyncMessage(Message message)
-
-
-
Field Detail
-
DROP
static final int DROP
- See Also:
- Constant Field Values
-
PASS
static final int PASS
- See Also:
- Constant Field Values
-
-
Method Detail
-
handleSyncMessage
int handleSyncMessage(Message message)
-
-