EventBusTEvent, TClassifier, TSubscriber Class |
Namespace: Akka.Event
The EventBusTEvent, TClassifier, TSubscriber type exposes the following members.
Name | Description | |
---|---|---|
EventBusTEvent, TClassifier, TSubscriber | Initializes a new instance of the EventBusTEvent, TClassifier, TSubscriber class |
Name | Description | |
---|---|---|
Classify |
Classifies the specified event using the specified classifier.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetClassifier |
Retrieves the classifier used to classify the specified event.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsSubClassification |
Determines whether a specified classifier, child, is a subclass of another classifier, parent.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Publish(TEvent) |
Publishes the specified event to the bus.
| |
Publish(TEvent, TSubscriber) |
Publishes the specified event directly to the specified subscriber.
| |
SimpleName(Object) |
Retrieves the simplified type name (the class name without the namespace) of a given object.
| |
SimpleName(Type) |
Retrieves the simplified type name (the class name without the namespace) of a given type.
| |
Subscribe |
Adds the specified subscriber to the list of subscribers that listen for particular events on the bus.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Unsubscribe(TSubscriber) |
Removes the specified subscriber from the list of subscribers that listen for particular events on the bus.
| |
Unsubscribe(TSubscriber, TClassifier) |
Removes the specified subscriber from the list of subscribers that listen for particular events on the bus.
|
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |