| EventBusTEvent, TClassifier, TSubscriberClassify Method |
Classifies the specified event using the specified classifier.
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected abstract bool Classify(
TEvent event,
TClassifier classifier
)
abstract Classify :
event : 'TEvent *
classifier : 'TClassifier -> bool
Parameters
- event
- Type: TEvent
The event that is being classified. - classifier
- Type: TClassifier
The classifier used to classify the event.
Return Value
Type:
Booleantrue if the classification succeeds; otherwise
false.
See Also