use of org.wso2.carbon.apimgt.eventing.hub.EventHubEventPublisherFactory in project carbon-apimgt by wso2.
the class ServiceComponent method activate.
@Activate
protected void activate(ComponentContext componentContext) {
componentContext.getBundleContext().registerService(EventPublisherFactory.class.getName(), new EventHubEventPublisherFactory(), null);
log.info("Eventing Hub ServiceComponent is activated");
}
Aggregations