Package com.tick42.glue
Interface Glue
- All Superinterfaces:
AsynchronousCloseable,AutoCloseable,GlueApplication,GlueEvent.Monitor
- All Known Implementing Classes:
Tick42Glue
The main entry point of Glue library.
To create a Glue instance use builder() method.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionEntry point forApplicationManagerAPI.static Glue.Builderbuilder()Creates a builder for Glue instances.channels()Entry point forChannelsAPI.env()Returns the Glue environment.excel()intents()Entry point forIntentsAPI.layouts()Entry point forLayoutsAPI.Entry point forNotificationsAPI.outlook()region()Returns the Glue region.version()Returns the version of the Glue library.windows()Entry point forWindow ManagementAPI.Methods inherited from interface com.tick42.glue.core.AsynchronousCloseable
close, closeAsync, onCloseMethods inherited from interface com.tick42.glue.core.GlueApplication
contexts, interopMethods inherited from interface com.tick42.glue.core.GlueEvent.Monitor
on
-
Method Details
-
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
-
windows
WindowManager windows()Entry point forWindow ManagementAPI.- Returns:
- window manager for this Glue application
-
outlook
Mail outlook() -
excel
Spreadsheets excel() -
channels
Channels channels()Entry point forChannelsAPI.- Returns:
- channels for this Glue application
-
notifications
Notifications notifications()Entry point forNotificationsAPI.- Returns:
- notifications for this Glue application
-
appManager
ApplicationManager appManager()Entry point forApplicationManagerAPI.- Returns:
- app manager for this Glue application
-
layouts
Layouts layouts()Entry point forLayoutsAPI.- Returns:
- layouts manager for this Glue application
-
intents
Intents intents()Entry point forIntentsAPI.- Returns:
- intents for this Glue application
-
builder
Creates a builder for Glue instances.- Returns:
- builder to create a new instance, never
null
-