Package org.apache.s4.core.gen

Utility classes for dynamic code generation, in particular proxies to enable dispatching of events to methods of processing elements based on the runtime type of the event.

See:
          Description

Interface Summary
OverloadDispatcher This interface defines methods for dispatching input and output events to the most relevant methods of the processing elements.
 

Class Summary
OverloadDispatcherGenerator This class generates a proxy to enable dispatching of events to methods of processing elements based on the runtime type of the event.
 

Package org.apache.s4.core.gen Description

Utility classes for dynamic code generation, in particular proxies to enable dispatching of events to methods of processing elements based on the runtime type of the event.