C# Class Res.Core.Storage.QueueStorageInfo

Exibir arquivo Open project: heartysoft/res Class Usage Examples

Public Methods

Method Description
Matches ( string context, string queueId, string filter ) : bool
MatchesContextAndFilter ( string context, string stream ) : bool
MatchesEvent ( EventInStorage eventInStorage ) : bool
MatchesQueue ( string queueId ) : bool
QueueStorageInfo ( string context, string queueId, string filter, long nextMarker )
WithNextMarker ( long value ) : QueueStorageInfo

Method Details

Matches() public method

public Matches ( string context, string queueId, string filter ) : bool
context string
queueId string
filter string
return bool

MatchesContextAndFilter() public method

public MatchesContextAndFilter ( string context, string stream ) : bool
context string
stream string
return bool

MatchesEvent() public method

public MatchesEvent ( EventInStorage eventInStorage ) : bool
eventInStorage EventInStorage
return bool

MatchesQueue() public method

public MatchesQueue ( string queueId ) : bool
queueId string
return bool

QueueStorageInfo() public method

public QueueStorageInfo ( string context, string queueId, string filter, long nextMarker )
context string
queueId string
filter string
nextMarker long

WithNextMarker() public method

public WithNextMarker ( long value ) : QueueStorageInfo
value long
return QueueStorageInfo