Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContextExtension

Interface describing an extension of application context which should be implementing custom functionality that should be available for a Context class, once this extension is installed.

author

Jānis Radiņš

Hierarchy

  • ContextExtension

Implemented by

Index

Methods

Methods

extend

  • Implement this method in order to retrieve reference to current context and add extra configuration to context or subscribe to any of events listed in ContextLifecycleEvent class

    Parameters

    • context: Context

      Current application context which is extended.

    Returns void