Uses of Class
com.slack.api.bolt.App.AppBuilder
Packages that use App.AppBuilder
-
Uses of App.AppBuilder in com.slack.api.bolt
Methods in com.slack.api.bolt that return App.AppBuilderModifier and TypeMethodDescriptionThe given AppConfig in this App.App.AppBuilder.appUninstalledEventHandler(DefaultAppUninstalledEventHandler appUninstalledEventHandler) App.AppBuilder.assistantThreadContextService(AssistantThreadContextService assistantThreadContextService) static App.AppBuilderApp.builder()App.AppBuilder.executorService(ExecutorService executorService) The built-in handy way to run operations asynchronously.App.AppBuilder.installationService(InstallationService installationService) App.AppBuilder.middlewareList(List<Middleware> middlewareList) Registered middleware.App.AppBuilder.oAuthAccessErrorHandler(OAuthAccessErrorHandler oAuthAccessErrorHandler) App.AppBuilder.oAuthCallbackService(OAuthCallbackService oAuthCallbackService) App.AppBuilder.oAuthErrorHandler(OAuthErrorHandler oAuthErrorHandler) App.AppBuilder.oAuthExceptionHandler(OAuthExceptionHandler oAuthExceptionHandler) App.AppBuilder.oAuthStateErrorHandler(OAuthStateErrorHandler oAuthStateErrorHandler) App.AppBuilder.oAuthStateService(OAuthStateService oAuthStateService) App.AppBuilder.oAuthSuccessHandler(OAuthSuccessHandler oAuthSuccessHandler) App.AppBuilder.oAuthV2AccessErrorHandler(OAuthV2AccessErrorHandler oAuthV2AccessErrorHandler) App.AppBuilder.oAuthV2SuccessHandler(OAuthV2SuccessHandler oAuthV2SuccessHandler) App.AppBuilder.openIDConnectErrorHandler(OpenIDConnectErrorHandler openIDConnectErrorHandler) App.AppBuilder.openIDConnectNonceService(OpenIDConnectNonceService openIDConnectNonceService) App.AppBuilder.openIDConnectSuccessHandler(OpenIDConnectSuccessHandler openIDConnectSuccessHandler) App.AppBuilder.status(App.Status status) Current status of this App.App.toBuilder()App.AppBuilder.tokensRevokedEventHandler(DefaultTokensRevokedEventHandler tokensRevokedEventHandler)