Package com.embabel.agent.api.channel
Interface OutputChannel
-
- All Implemented Interfaces:
public interface OutputChannelAllows agents to interact with the outside world through multiple channels
-
-
Method Summary
Modifier and Type Method Description abstract Unitsend(OutputChannelEvent event)OutputChannelplus(OutputChannel other)-
-
Method Detail
-
send
abstract Unit send(OutputChannelEvent event)
-
plus
OutputChannel plus(OutputChannel other)
-
-
-
-