Method | Description | |
---|---|---|
PrestoTaggedSourceActor ( BufferBlock buffer, bool isLive, IPrestoEventSourceMessage message, Tag tag ) : System | ||
Prop ( BufferBlock buffer, bool isLive, IPrestoEventSourceMessage message, Tag tag ) : Props |
Method | Description | |
---|---|---|
PostStop ( ) : void | ||
Unhandled ( object message ) : void |
Method | Description | |
---|---|---|
Consume ( ) : void | ||
FirstQuery ( bool isLive ) : void | ||
LiveConsume ( ) : void | ||
Query ( ) : void |
public PrestoTaggedSourceActor ( BufferBlock buffer, bool isLive, IPrestoEventSourceMessage message, Tag tag ) : System | ||
buffer | BufferBlock | |
isLive | bool | |
message | IPrestoEventSourceMessage | |
tag | Tag | |
return | System |
public static Prop ( BufferBlock buffer, bool isLive, IPrestoEventSourceMessage message, Tag tag ) : Props | ||
buffer | BufferBlock | |
isLive | bool | |
message | IPrestoEventSourceMessage | |
tag | Tag | |
return | Props |
protected Unhandled ( object message ) : void | ||
message | object | |
return | void |