Class OsgiOptionalServiceProvider
java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.OsgiOptionalServiceProvider
- All Implemented Interfaces:
- OptionalServiceProvider
@Component("optionalServiceProvider")
public class OsgiOptionalServiceProvider
extends Object
implements OptionalServiceProvider
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoid
- 
Constructor Details- 
OsgiOptionalServiceProvider@Autowired public OsgiOptionalServiceProvider(org.osgi.framework.BundleContext bundleContext) 
 
- 
- 
Method Details- 
onDestroy@PreDestroy public void onDestroy()
- 
getInvocationHistoryService- Specified by:
- getInvocationHistoryServicein interface- OptionalServiceProvider
 
- 
getWebhookService- Specified by:
- getWebhookServicein interface- OptionalServiceProvider
 
 
-