Interface GlueApplication

All Superinterfaces:
AsynchronousCloseable, AutoCloseable, GlueEvent.Monitor
All Known Subinterfaces:
Glue
All Known Implementing Classes:
Tick42Glue

public interface GlueApplication extends GlueEvent.Monitor, AsynchronousCloseable
Glue application.

Provides access to Glue core APIs such Shared Contexts and Interop.

  • Method Details

    • interop

      Interop interop()
      Entry point for Interop API.
      Returns:
      interop for this Glue application
    • contexts

      SharedContexts contexts()
      Entry point for SharedContexts API.
      Returns:
      shared contexts for this Glue application