Package com.slack.api.bolt.service
Interface Service
- All Known Subinterfaces:
InstallationService,OAuthCallbackService,OAuthStateService,OpenIDConnectNonceService
- All Known Implementing Classes:
AmazonS3InstallationService,AmazonS3OAuthStateService,ClientOnlyOAuthStateService,DefaultOAuthCallbackService,FileInstallationService,FileOAuthStateService,NullOpenIDConnectNonceService
public interface Service
Service interface
-
Method Summary
-
Method Details
-
initializer
Returns the initializer for this service. If the service has time-consuming initialization steps, putting those into this function would be a good way to avoid timeout errors for the first incoming request (in other words, to avoid cold-start problems).
-