예제 #1
0
 public RespondToSender HandleWithReply(ExpectResponse message)
 {
     //Send message only to the original sender
     return new RespondToSender(new Response());
 }
예제 #2
0
 public abstract SimpleHttpResponse pushLastQueries(string content,
                                                    ExpectResponse exceptResponse);
예제 #3
0
 public abstract Response pushMetrics(MetricBuilder builder,
                                      ExpectResponse exceptResponse);
예제 #4
0
 public abstract SimpleHttpResponse pushQueries(QueryBuilder builder,
                                                ExpectResponse exceptResponse);