aual1780 / OOP_FinalProject

OOAD Semester Project
1 stars 0 forks source link

Add validation callback to movement delegate #16

Closed aual1780 closed 3 years ago

aual1780 commented 4 years ago

Add processing pipeline to movement delegate. Allow consumer to apply validation predicates before a top level event is triggered. Allow consumer to prevent event bubbling if the source client does not have proper auth roles

aual1780 commented 4 years ago

Pass source endpoint/command to predicate

Use static callback for performance