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

    Modifier and Type
    Method
    Description
    default Initializer
    Returns the initializer for this service.
  • Method Details

    • initializer

      default Initializer 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).