public class ReporterExtensionInitializer extends Object
ApplicationScoped
:
Fires:
Constructor and Description |
---|
ReporterExtensionInitializer() |
Modifier and Type | Method and Description |
---|---|
void |
onExtensionConfigured(ReportingExtensionConfigured event)
Produces
ReportTypeRegister and default reporter (ReporterImpl ) when another is not present on class
path. |
public void onExtensionConfigured(@Observes ReportingExtensionConfigured event)
ReportTypeRegister
and default reporter (ReporterImpl
) when another is not present on class
path. Creates default exporter register factory when another is not present on class path. After that,
ExporterRegisterCreated
is fired in order to be able to register all exporters even from 3rd party extension. In
the end, report type from configuration is mapped to supported exporter and when found, it is produced.event
- event fired from configurator when reporter extension is fully configuredCopyright © 2014–2016 JBoss by Red Hat. All rights reserved.