Package org.jgrapes.core
Interface HandlerScope
- All Known Implementing Classes:
RequestHandler.Evaluator.Scope
public interface HandlerScope
This interface allows to verify whether a given
event fired on one of the given channels is handled by a handler.
Instances of this interface are provided by the
HandlerDefinition.Evaluator
s for handler annotations.
-
Method Summary
-
Method Details
-
includes
Matches the given event and channels against the criteria for events and channels of this handler scope.- Parameters:
event
- the eventchannels
- the channels- Returns:
- true, if successful
-