Package com.embabel.chat.agent
Interface ListenerProvider
-
- All Implemented Interfaces:
public interface ListenerProvider
-
-
Method Summary
Modifier and Type Method Description abstract List<AgenticEventListener>listenersFor(User user, OutputChannel outputChannel)-
-
Method Detail
-
listenersFor
abstract List<AgenticEventListener> listenersFor(User user, OutputChannel outputChannel)
-
-
-
-