Package io.iworkflow.core.communication
Interface Communication
-
- All Known Implementing Classes:
CommunicationImpl
public interface Communication
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
publishInterstateChannel(java.lang.String channelName, java.lang.Object value)
Publish a value to an interstate Channel
-