Class DefaultAssistantThreadContextService
java.lang.Object
com.slack.api.bolt.service.builtin.DefaultAssistantThreadContextService
- All Implemented Interfaces:
AssistantThreadContextService
public class DefaultAssistantThreadContextService
extends Object
implements AssistantThreadContextService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindCurrentContext(String channelId, String threadTs) voidsaveCurrentContext(String channelId, String threadTs, AssistantThreadContext context)
-
Constructor Details
-
DefaultAssistantThreadContextService
-
-
Method Details
-
findCurrentContext
- Specified by:
findCurrentContextin interfaceAssistantThreadContextService
-
saveCurrentContext
- Specified by:
saveCurrentContextin interfaceAssistantThreadContextService
-