Click or drag to resize
EventStream Class
Class EventStream.
Inheritance Hierarchy
SystemObject
  Akka.EventEventBusObject, Type, ActorRef
    Akka.EventActorEventBusObject, Type
      Akka.EventLoggingBus
        Akka.EventEventStream

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public class EventStream : LoggingBus

The EventStream type exposes the following members.

Constructors
  NameDescription
Public methodEventStream
Initializes a new instance of the EventStream class.
Top
Methods
  NameDescription
Protected methodClassify
Classifies the specified event.
(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
Gets the classifier.
(Inherited from LoggingBus.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsSubClassification
Determines whether [is sub classification] [the specified parent].
(Inherited from LoggingBus.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPublish(TEvent)
Publishes the specified event.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Protected methodPublish(Object, ActorRef)
Publishes the specified event.
(Inherited from LoggingBus.)
Public methodSetLogLevel
Sets the log level.
(Inherited from LoggingBus.)
Protected methodSimpleName(Object)
Simples the name.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Protected methodSimpleName(Type)
Simples the name.
(Inherited from EventBusTEvent, TClassifier, TSubscriber.)
Public methodStartDefaultLoggers
Starts the default loggers.
(Inherited from LoggingBus.)
Public methodStartStdoutLogger
Starts the stdout logger.
(Inherited from LoggingBus.)
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(ActorRef)
Unsubscribes the specified subscriber.
(Overrides EventBusTEvent, TClassifier, TSubscriberUnsubscribe(TSubscriber).)
Public methodUnsubscribe(ActorRef, Type)
Unsubscribes the specified subscriber.
(Overrides EventBusTEvent, TClassifier, TSubscriberUnsubscribe(TSubscriber, TClassifier).)
Top
Extension Methods
Properties
  NameDescription
Public propertyLogLevel
Gets the log level.
(Inherited from LoggingBus.)
Top
See Also