Exemplo n.º 1
0
 public PushExtension(IRuntimeClient client, StreamPubSubMatch match)
     : base(FromGrainId(GrainId.NewId(), client))
 {
     handler = match.Handler;
 }
Exemplo n.º 2
0
 public PushExtension(StreamPubSubMatch match)
     : base(Mock)
 {
     handler = match.Handler;
 }
Exemplo n.º 3
0
 public PushExtension(StreamPubSubMatch match)
     : base(match.Reference)
 {
     handler = match.Handler;
 }
Exemplo n.º 4
0
 public PushExtension(StreamPubSubMatch match) 
     : base(Mock)
 {
     handler = match.Handler;
 }
Exemplo n.º 5
0
 public PushExtension(StreamPubSubMatch match) 
     : base(match.Reference)
 {
     handler = match.Handler;
 }