Package com.embabel.agent.api.channel
Class ProgressOutputChannelEvent
-
- All Implemented Interfaces:
-
com.embabel.agent.api.channel.InformativeOutputChannelEvent,com.embabel.agent.api.channel.OutputChannelEvent,com.embabel.agent.core.InProcess
public final class ProgressOutputChannelEvent implements InformativeOutputChannelEvent
-
-
Constructor Summary
Constructors Constructor Description ProgressOutputChannelEvent(String processId, String message)
-
Method Summary
Modifier and Type Method Description StringgetProcessId()ID of the process that this event relates to. StringgetMessage()-
-
Method Detail
-
getProcessId
String getProcessId()
ID of the process that this event relates to.
-
getMessage
String getMessage()
-
-
-
-