Beispiel #1
0
 public void UnsubscribeRpcServer <T, TR, TH>(string routingKey)
     where T : IIntegrationEvent
     where TH : IIntegrationRpcServerHandler <T, TR>
     where TR : IIntegrationEventReply
 {
     SubsManager.RemoveSubscriptionRpcServer <T, TR, TH>(routingKey);
 }