Method | Description | |
---|---|---|
FlagSubscriptionAsPoisoned ( IEvent poisonedEvent, |
||
GetSubscriptions ( ) : EventCentric.Polling.SubscriptionBuffer[] | ||
PersistSubscriptionVersion ( string subscription, long version ) : void | ||
PersistSubscriptionVersion ( string subscription, long consumerVersion, long producerVersion ) : void | ||
RegisterSubscriptions ( ) : void | ||
TryAddNewSubscriptionOnTheFly ( string streamType, string url, string token ) : bool |
public FlagSubscriptionAsPoisoned ( IEvent poisonedEvent, |
||
poisonedEvent | IEvent | |
exception | ||
return | void |
public GetSubscriptions ( ) : EventCentric.Polling.SubscriptionBuffer[] | ||
return | EventCentric.Polling.SubscriptionBuffer[] |
public PersistSubscriptionVersion ( string subscription, long version ) : void | ||
subscription | string | |
version | long | |
return | void |
public PersistSubscriptionVersion ( string subscription, long consumerVersion, long producerVersion ) : void | ||
subscription | string | |
consumerVersion | long | |
producerVersion | long | |
return | void |
public TryAddNewSubscriptionOnTheFly ( string streamType, string url, string token ) : bool | ||
streamType | string | |
url | string | |
token | string | |
return | bool |