Package ai.tock.bot.connector.alcmeon
Class AlcmeonConnectorCallback
-
- All Implemented Interfaces:
-
ai.tock.bot.connector.ConnectorCallback
public final class AlcmeonConnectorCallback extends ConnectorCallbackBase
-
-
Field Summary
Fields Modifier and Type Field Description private final StringapplicationIdprivate final AlcmeonBackendbackendprivate final RoutingContextcontextprivate final ConnectorTypeconnectorType
-
Constructor Summary
Constructors Constructor Description AlcmeonConnectorCallback(String applicationId, AlcmeonBackend backend, RoutingContext context)
-
Method Summary
Modifier and Type Method Description StringgetApplicationId()final AlcmeonBackendgetBackend()final RoutingContextgetContext()final UnitaddAction(Action action, Long delay)final UnitsendResponseWithoutExit()final UnitsendResponseWithExit(String exitReason, Long delayInMs)-
Methods inherited from class ai.tock.bot.connector.ConnectorCallbackBase
eventAnswered, eventSkipped, exceptionThrown, getConnectorType, userLockReleased, userLocked -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AlcmeonConnectorCallback
AlcmeonConnectorCallback(String applicationId, AlcmeonBackend backend, RoutingContext context)
-
-
Method Detail
-
getApplicationId
String getApplicationId()
-
getBackend
final AlcmeonBackend getBackend()
-
getContext
final RoutingContext getContext()
-
sendResponseWithoutExit
final Unit sendResponseWithoutExit()
-
sendResponseWithExit
final Unit sendResponseWithExit(String exitReason, Long delayInMs)
-
-
-
-