Exemple #1
0
 Task <int> IStreamPubSub.ConsumerCount(Guid streamId, string streamProvider, string streamNamespace)
 {
     return(registry.ConsumerCount(streamId, streamProvider, streamNamespace));
 }
Exemple #2
0
 public Task <int> ConsumerCount(InternalStreamId streamId)
 {
     return(explicitPubSub.ConsumerCount(streamId));
 }
Exemple #3
0
 public Task <int> ConsumerCount(Guid streamId, string streamProvider, string streamNamespace)
 {
     return(explicitPubSub.ConsumerCount(streamId, streamProvider, streamNamespace));
 }