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