Package com.embabel.agent.api.channel
Class ContentOutputChannelEvent
-
- All Implemented Interfaces:
-
com.embabel.agent.api.channel.OutputChannelEvent,com.embabel.agent.core.InProcess
public final class ContentOutputChannelEvent implements OutputChannelEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final StringprocessIdprivate final HasContentcontent
-
Constructor Summary
Constructors Constructor Description ContentOutputChannelEvent(String processId, HasContent content)
-
Method Summary
Modifier and Type Method Description StringgetProcessId()ID of the process that this event relates to. final HasContentgetContent()-
-
Constructor Detail
-
ContentOutputChannelEvent
ContentOutputChannelEvent(String processId, HasContent content)
-
-
Method Detail
-
getProcessId
String getProcessId()
ID of the process that this event relates to.
-
getContent
final HasContent getContent()
-
-
-
-