Method | Description | |
---|---|---|
ConfigureSourceProcessingStrategy ( |
||
Dispose ( ) : void | ||
GetSourceDefinition ( ) : IQuerySources | ||
GetStatePartition ( CheckpointTag eventPosition, string category, |
||
IndexEventsByEventType ( string source, object[]>.Action |
||
Initialize ( ) : void | ||
InitializeShared ( ) : void | ||
Load ( string state ) : void | ||
LoadShared ( string state ) : void | ||
ProcessEvent ( string partition, CheckpointTag eventPosition, string category1, |
||
ProcessNewCheckpoint ( CheckpointTag checkpointPosition, EventStore.Projections.Core.Services.Processing.EmittedEventEnvelope &emittedEvents ) : void | ||
ProcessPartitionCreated ( string partition, CheckpointTag createPosition, |
||
ProcessPartitionDeleted ( string partition, CheckpointTag deletePosition, string &newState ) : bool | ||
TransformCatalogEvent ( CheckpointTag eventPosition, |
||
TransformStateToResult ( ) : string |
public ConfigureSourceProcessingStrategy ( |
||
builder | ||
return | void |
public GetSourceDefinition ( ) : IQuerySources | ||
return | IQuerySources |
public GetStatePartition ( CheckpointTag eventPosition, string category, |
||
eventPosition | CheckpointTag | |
category | string | |
data | ||
return | string |
public IndexEventsByEventType ( string source, object[]>.Action |
||
source | string | |
logger | object[]>.Action | |
return | System |
public ProcessEvent ( string partition, CheckpointTag eventPosition, string category1, |
||
partition | string | |
eventPosition | CheckpointTag | |
category1 | string | |
data | ||
newState | string | |
newSharedState | string | |
emittedEvents | EventStore.Projections.Core.Services.Processing.EmittedEventEnvelope | |
return | bool |
public ProcessNewCheckpoint ( CheckpointTag checkpointPosition, EventStore.Projections.Core.Services.Processing.EmittedEventEnvelope &emittedEvents ) : void | ||
checkpointPosition | CheckpointTag | |
emittedEvents | EventStore.Projections.Core.Services.Processing.EmittedEventEnvelope | |
return | void |
public ProcessPartitionCreated ( string partition, CheckpointTag createPosition, |
||
partition | string | |
createPosition | CheckpointTag | |
data | ||
emittedEvents | EventStore.Projections.Core.Services.Processing.EmittedEventEnvelope | |
return | bool |
public ProcessPartitionDeleted ( string partition, CheckpointTag deletePosition, string &newState ) : bool | ||
partition | string | |
deletePosition | CheckpointTag | |
newState | string | |
return | bool |
public TransformCatalogEvent ( CheckpointTag eventPosition, |
||
eventPosition | CheckpointTag | |
data | ||
return | string |