Interface IStreamSequencerObserver<TEvent>
Namespace: Glitch9.IO.Networking.RESTApi
Assembly: Glitch9.IO.dll
Syntax
public interface IStreamSequencerObserver<TEvent>
Type Parameters
| Name | Description |
|---|---|
| TEvent |
Methods
| Edit this page View SourceOnGapOnTerminate(string, int, int)
Declaration
void OnGapOnTerminate(string key, int last, int pending)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| int | last | |
| int | pending |
OnOverflow(string, int, int)
Declaration
void OnOverflow(string key, int last, int pending)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| int | last | |
| int | pending |