Click or drag to resize
Akka.NETEventStream Methods

The EventStream type exposes the following members.

Methods
  NameDescription
Protected methodClassify
Classifies the specified event using the specified classifier.
(Inherited from LoggingBus.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetClassifier
Retrieves the classifier used to classify the specified event.
(Inherited from LoggingBus.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitUnsubscriber
TBD
Protected methodIsSubClassification
Determines whether a specified classifier, child, is a subclass of another classifier, parent.
(Inherited from LoggingBus.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPublish(TEvent)
Publishes the specified event to the bus.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Protected methodPublish(Object, IActorRef)
Publishes the specified event directly to the specified subscriber.
(Inherited from LoggingBus.)
Public methodSetLogLevel
Sets the minimum log level for this bus, any LogEvents below this level are ignored.
(Inherited from LoggingBus.)
Protected methodSimpleName(Object)
Retrieves the simplified type name (the class name without the namespace) of a given object.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Protected methodSimpleName(Type)
Retrieves the simplified type name (the class name without the namespace) of a given type.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Public methodStartStdoutLogger
Starts the StandardOutLogger logger.
(Inherited from LoggingBus.)
Public methodStartUnsubscriber
TBD
Public methodSubscribe
Subscribes the specified subscriber.
(Overrides EventBusTEvent, TClassifier, TSubscriberSubscribe(TSubscriber, TClassifier).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnsubscribe(IActorRef)
Unsubscribes the specified subscriber.
(Overrides EventBusTEvent, TClassifier, TSubscriberUnsubscribe(TSubscriber).)
Public methodUnsubscribe(IActorRef, Type)
Unsubscribes the specified subscriber.
(Overrides EventBusTEvent, TClassifier, TSubscriberUnsubscribe(TSubscriber, TClassifier).)
Top
Extension Methods
See Also