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

Inheritance: ReceiveActor
Mostra file Open project: eaba/SharpPulsar Class Usage Examples

Public Methods

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

Protected Methods

Method Description
PostStop ( ) : void
Unhandled ( object message ) : void

Private Methods

Method Description
Consume ( ) : void
FirstQuery ( bool isLive ) : void
LiveConsume ( ) : void
Query ( ) : void

Method Details

PostStop() protected method

protected PostStop ( ) : void
return void

PrestoTaggedSourceActor() public method

public PrestoTaggedSourceActor ( BufferBlock buffer, bool isLive, IPrestoEventSourceMessage message, Tag tag ) : System
buffer BufferBlock
isLive bool
message IPrestoEventSourceMessage
tag Tag
return System

Prop() public static method

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

Unhandled() protected method

protected Unhandled ( object message ) : void
message object
return void