C# Class SharpPulsar.EventSource.Presto.Tagged.PrestoTaggedSourceActor

Inheritance: ReceiveActor
Afficher le fichier Open project: eaba/SharpPulsar Class Usage Examples

Méthodes publiques

Méthode Description
PrestoTaggedSourceActor ( BufferBlock buffer, bool isLive, IPrestoEventSourceMessage message, Tag tag ) : System
Prop ( BufferBlock buffer, bool isLive, IPrestoEventSourceMessage message, Tag tag ) : Props

Méthodes protégées

Méthode Description
PostStop ( ) : void
Unhandled ( object message ) : void

Private Methods

Méthode Description
Consume ( ) : void
FirstQuery ( bool isLive ) : void
LiveConsume ( ) : void
Query ( ) : void

Method Details

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

PrestoTaggedSourceActor() public méthode

public PrestoTaggedSourceActor ( BufferBlock buffer, bool isLive, IPrestoEventSourceMessage message, Tag tag ) : System
buffer BufferBlock
isLive bool
message IPrestoEventSourceMessage
tag Tag
Résultat System

Prop() public static méthode

public static Prop ( BufferBlock buffer, bool isLive, IPrestoEventSourceMessage message, Tag tag ) : Props
buffer BufferBlock
isLive bool
message IPrestoEventSourceMessage
tag Tag
Résultat Props

Unhandled() protected méthode

protected Unhandled ( object message ) : void
message object
Résultat void