Uses of Class
org.chenile.core.model.ChenileEventDefinition
Package
Description
Event processing and logging classes.
Core Chenile initialization and discovery of all Chenile services.
The chief model classes that contain Service and Operation information.
-
Uses of ChenileEventDefinition in org.chenile.core.event
Modifier and TypeMethodDescriptionvoid
EventProcessor.handleEvent
(ChenileEventDefinition ced, ChenileExchange chenileExchange) -
Uses of ChenileEventDefinition in org.chenile.core.init
Modifier and TypeMethodDescriptionprotected Class<ChenileEventDefinition>
ChenileEventInitializer.getModelType()
Modifier and TypeMethodDescriptionprotected void
ChenileEventInitializer.registerModelInChenile
(ChenileEventDefinition event) -
Uses of ChenileEventDefinition in org.chenile.core.model
Modifier and TypeFieldDescriptionprivate Map<String,
ChenileEventDefinition> ChenileConfiguration.events
Modifier and TypeMethodDescriptionvoid
ChenileConfiguration.addEvent
(ChenileEventDefinition event)