Interface Glue

    • Method Detail

      • version

        String version()
        Returns the version of the Glue library.
        Returns:
        version of the Glue library, never null
      • env

        String env()
        Returns the Glue environment.
        Returns:
        environment, never null
        Since:
        1.3.4
      • region

        String region()
        Returns the Glue region.
        Returns:
        region, never null
        Since:
        1.3.4
      • outlook

        Mail outlook()
      • channels

        Channels channels()
        Entry point for Channels API.
        Returns:
        channels for this Glue application
      • notifications

        Notifications notifications()
        Entry point for Notifications API.
        Returns:
        notifications for this Glue application
      • layouts

        Layouts layouts()
        Entry point for Layouts API.
        Returns:
        layouts manager for this Glue application
      • intents

        Intents intents()
        Entry point for Intents API.
        Returns:
        intents for this Glue application
      • builder

        static Glue.Builder builder()
        Creates a builder for Glue instances.
        Returns:
        builder to create a new instance, never null