Details
Description
Assume a subscriber class has two update methods:
class TestSubscriber
{ public void update(String key, OrderEvent orderEvent) public void update(Object[] row) }The first update method is a more specific footprint then the second method. It would be nice if the engine, when a subscriber with multiple suitable update methods is provided, chooses the most specific in terms of parameter types matching the select clause.
This is assigned to version 5 as any 4.x version must be consistent in the update-method chosen.
Change in enhancements500 branch