Skip navigation links

Package com.atlassian.activeobjects.spi

This is the SPI package for the Active Objects plugin.

See: Description

Package com.atlassian.activeobjects.spi Description

This is the SPI package for the Active Objects plugin. Application that want to embed the Active Object plugin will have to implement this SPI and expose those implementation as services. Here is the list of necessary services:
TenantAwareDataSourceProvider
This is a required service that the host application must provide. It allows the Active Objects capable plugin to access the database.
ActiveObjectsPluginConfiguration
This is an optional service that can be provided by the host application. This service defines various configurable options for the Active Objects plugin to use. Convenient defaults will be used if the service is not defined.

For more information on each service, refer to their respective documentation.

Skip navigation links

Copyright © 2018 Atlassian. All rights reserved.