Uses of Interface
com.slack.api.bolt.service.AssistantThreadContextService
Packages that use AssistantThreadContextService
Package
Description
The root package of this library.
-
Uses of AssistantThreadContextService in com.slack.api.bolt
Methods in com.slack.api.bolt with parameters of type AssistantThreadContextServiceModifier and TypeMethodDescriptionApp.AppBuilder.assistantThreadContextService(AssistantThreadContextService assistantThreadContextService) App.service(AssistantThreadContextService assistantThreadContextService) Constructors in com.slack.api.bolt with parameters of type AssistantThreadContextServiceModifierConstructorDescriptionApp(AppConfig appConfig, ExecutorService executorService, List<Middleware> middlewareList, App.Status status, InstallationService installationService, DefaultTokensRevokedEventHandler tokensRevokedEventHandler, DefaultAppUninstalledEventHandler appUninstalledEventHandler, OAuthStateService oAuthStateService, OpenIDConnectNonceService openIDConnectNonceService, OAuthSuccessHandler oAuthSuccessHandler, OAuthV2SuccessHandler oAuthV2SuccessHandler, OpenIDConnectSuccessHandler openIDConnectSuccessHandler, OAuthErrorHandler oAuthErrorHandler, OAuthAccessErrorHandler oAuthAccessErrorHandler, OAuthV2AccessErrorHandler oAuthV2AccessErrorHandler, OpenIDConnectErrorHandler openIDConnectErrorHandler, OAuthStateErrorHandler oAuthStateErrorHandler, OAuthExceptionHandler oAuthExceptionHandler, OAuthCallbackService oAuthCallbackService, AssistantThreadContextService assistantThreadContextService) Creates a newAppinstance. -
Uses of AssistantThreadContextService in com.slack.api.bolt.context.builtin
Methods in com.slack.api.bolt.context.builtin that return AssistantThreadContextServiceMethods in com.slack.api.bolt.context.builtin with parameters of type AssistantThreadContextServiceModifier and TypeMethodDescriptionvoidEventContext.setThreadContextService(AssistantThreadContextService threadContextService) EventContext.EventContextBuilder.threadContextService(AssistantThreadContextService threadContextService) Constructors in com.slack.api.bolt.context.builtin with parameters of type AssistantThreadContextServiceModifierConstructorDescriptionEventContext(String channelId, String threadTs, AssistantThreadContext threadContext, AssistantThreadContextService threadContextService, boolean assistantThreadEvent, Integer retryNum, String retryReason) -
Uses of AssistantThreadContextService in com.slack.api.bolt.middleware.builtin
Methods in com.slack.api.bolt.middleware.builtin that return AssistantThreadContextServiceMethods in com.slack.api.bolt.middleware.builtin with parameters of type AssistantThreadContextServiceModifier and TypeMethodDescriptionvoidAssistant.setThreadContextService(AssistantThreadContextService threadContextService) Constructors in com.slack.api.bolt.middleware.builtin with parameters of type AssistantThreadContextServiceModifierConstructorDescriptionAssistant(AssistantThreadContextService threadContextService) Assistant(AssistantThreadContextService threadContextService, ExecutorService executorService) Assistant(AssistantThreadContextService threadContextService, ExecutorService executorService, org.slf4j.Logger logger) -
Uses of AssistantThreadContextService in com.slack.api.bolt.service.builtin
Classes in com.slack.api.bolt.service.builtin that implement AssistantThreadContextService