Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 775 Bytes

object_creating_events.md

File metadata and controls

9 lines (6 loc) · 775 Bytes

Object Creating Events

Interception Point Intercept Structure Description
afterHandlerCreation
  • handlerPath - The handler path
  • oHandler - The target handler object
This occurs whenever a handler is created
afterInstanceCreation
  • mapping - The object mapping
  • target - The target object
  • injector - The WireBox injector that produced the object
This occurs whenever a wirebox object is created

WireBox also announces several other events in the object creation life cycles, so please see the WireBox events