public DefaultConnectionManage(ConnectionContext context, IGatewayProvider gatewayProvider, IClusterConnectionFactory factory, IClusterNodeProvider clusterNodeProvider, IGatewayPipeline gatewayFilter, IGatewaySelector gatewaySelector, ClientOptions options)
 {
     this.factory             = factory;
     this.clusterNodeProvider = clusterNodeProvider;
     this.gatewayFilter       = gatewayFilter;
     this.gatewaySelector     = gatewaySelector;
     this.gatewayProvider     = gatewayProvider;
     this.options             = options;
     this.context             = context;
 }
Beispiel #2
0
 public GatewayProvider(IClusterNodeProvider provider, ConnectionContext context)
 {
     this.provider = provider;
     this.context  = context;
 }