- All Implemented Interfaces:
- IdentityCoreInitializedEvent
public class IdentityCoreInitializedEventImpl
extends Object
implements IdentityCoreInitializedEvent
This empty service can be used to guarantee the order of activation ( No need to have empty service if
there is a valid service).
If we need to activate a component after org.wso2.carbon.identity.core is activated, within that service
can refer to this empty service which will guarantee that, org.wso2.carbon.identity.core will activated
before that.