Package org.openspaces.core.space.status.registery
package org.openspaces.core.space.status.registery
-
ClassesClassDescriptionReceives space suspend type and space mode change events and routs them to beans that use annotations to register as listeners on those events using the
SpaceStatusChangedannotation When the application starts beans that has one or more of the annotationSpaceStatusChangedare registered in this bean, and when events arrive they are routed to the registered beans' methods.Scans the bean's methods for the annotationsSpaceStatusChangedand registers them in theSpaceStatusChangedAnnotationRegistry.