Uses of Class
com.slack.api.bolt.App
Packages that use App
-
Uses of App in com.slack.api.bolt
Methods in com.slack.api.bolt that return AppModifier and TypeMethodDescriptionApp.asOAuthApp(boolean enabled) App.asOpenIDConnectApp(boolean enabled) App.attachmentAction(String callbackId, AttachmentActionHandler handler) App.attachmentAction(Pattern callbackId, AttachmentActionHandler handler) App.blockAction(String actionId, BlockActionHandler handler) App.blockAction(Pattern actionId, BlockActionHandler handler) App.blockSuggestion(String actionId, BlockSuggestionHandler handler) App.blockSuggestion(Pattern actionId, BlockSuggestionHandler handler) App.AppBuilder.build()App.command(String command, SlashCommandHandler handler) App.command(Pattern command, SlashCommandHandler handler) App.dialogCancellation(String callbackId, DialogCancellationHandler handler) App.dialogCancellation(Pattern callbackId, DialogCancellationHandler handler) App.dialogSubmission(String callbackId, DialogSubmissionHandler handler) App.dialogSubmission(Pattern callbackId, DialogSubmissionHandler handler) App.dialogSuggestion(String callbackId, DialogSuggestionHandler handler) App.dialogSuggestion(Pattern callbackId, DialogSuggestionHandler handler) App.endpoint(WebEndpoint.Method method, String path, WebEndpointHandler handler) App.endpoint(String path, WebEndpointHandler handler) App.endpoint(String method, String path, WebEndpointHandler handler) App.event(EventHandler<?> handler) App.event(Class<E> eventClass, boolean allowMultipleEventHandlers, BoltEventHandler<E> handler) App.event(Class<E> eventClass, BoltEventHandler<E> handler) App.function(String callbackId, BoltEventHandler<FunctionExecutedEvent> handler) App.function(Pattern callbackId, BoltEventHandler<FunctionExecutedEvent> handler) App.globalShortcut(String callbackId, GlobalShortcutHandler handler) App.globalShortcut(Pattern callbackId, GlobalShortcutHandler handler) App.initializer(String name, Initializer initializer) App.message(String pattern, BoltEventHandler<MessageEvent> messageHandler) App.message(Pattern pattern, BoltEventHandler<MessageEvent> messageHandler) App.messageShortcut(String callbackId, MessageShortcutHandler handler) App.messageShortcut(Pattern callbackId, MessageShortcutHandler handler) App.oauthCallback(OAuthSuccessHandler handler) App.oauthCallback(OAuthV2SuccessHandler handler) App.oauthCallbackAccessError(OAuthAccessErrorHandler handler) App.oauthCallbackAccessError(OAuthV2AccessErrorHandler handler) App.oauthCallbackError(OAuthErrorHandler handler) App.oauthCallbackException(OAuthExceptionHandler handler) App.oauthCallbackStateError(OAuthStateErrorHandler handler) App.oauthPersistenceCallback(OAuthV2SuccessPersistenceCallback persistenceCallback) App.oauthPersistenceErrorCallback(OAuthV2SuccessPersistenceErrorCallback persistenceErrorCallback) App.openIDConnectError(OpenIDConnectErrorHandler handler) App.openIDConnectSuccess(OpenIDConnectSuccessHandler handler) App.service(AssistantThreadContextService assistantThreadContextService) App.service(InstallationService installationService) App.service(OAuthCallbackService oAuthCallbackService) App.service(OAuthStateService oAuthStateService) App.service(OpenIDConnectNonceService openIDConnectNonceService) App.start()App.step(WorkflowStep step) Deprecated.Use new custom steps: https://docs.slack.dev/workflows/workflow-stepsApp.stop()App.toOAuthCallbackApp()Deprecated.App.toOAuthStartApp()Deprecated.App.use(Middleware middleware) App.viewClosed(String callbackId, ViewClosedHandler handler) App.viewClosed(Pattern callbackId, ViewClosedHandler handler) App.viewSubmission(String callbackId, ViewSubmissionHandler handler) App.viewSubmission(Pattern callbackId, ViewSubmissionHandler handler) App.workflowStepEdit(String callbackId, WorkflowStepEditHandler handler) Deprecated.Use new custom steps: https://docs.slack.dev/workflows/workflow-stepsApp.workflowStepEdit(Pattern callbackId, WorkflowStepEditHandler handler) Deprecated.Use new custom steps: https://docs.slack.dev/workflows/workflow-stepsApp.workflowStepExecute(String pattern, WorkflowStepExecuteHandler handler) Deprecated.Use new custom steps: https://docs.slack.dev/workflows/workflow-stepsApp.workflowStepExecute(Pattern pattern, WorkflowStepExecuteHandler handler) Deprecated.Use new custom steps: https://docs.slack.dev/workflows/workflow-stepsApp.workflowStepSave(String callbackId, WorkflowStepSaveHandler handler) Deprecated.Use new custom steps: https://docs.slack.dev/workflows/workflow-stepsApp.workflowStepSave(Pattern callbackId, WorkflowStepSaveHandler handler) Deprecated.Use new custom steps: https://docs.slack.dev/workflows/workflow-steps