Exemple #1
0
 public TransactionBackupServiceProvider(LogProvider logProvider, LogProvider userLogProvider, ApplicationSupportedProtocols catchupProtocols, ICollection <ModifierSupportedProtocols> supportedModifierProtocols, NettyPipelineBuilderFactory serverPipelineBuilderFactory, CatchupServerHandler catchupServerHandler, ChannelInboundHandler parentHandler)
 {
     this._logProvider                  = logProvider;
     this._userLogProvider              = userLogProvider;
     this._parentHandler                = parentHandler;
     this._catchupProtocols             = catchupProtocols;
     this._supportedModifierProtocols   = supportedModifierProtocols;
     this._serverPipelineBuilderFactory = serverPipelineBuilderFactory;
     this._catchupServerHandler         = catchupServerHandler;
 }
Exemple #2
0
 public Factory(NettyPipelineBuilderFactory pipelineBuilderFactory, LogProvider logProvider, CatchupServerHandler catchupServerHandler) : base(APPLICATION_PROTOCOL, outerInstance.modifiers->new CatchupProtocolServerInstaller(pipelineBuilderFactory, outerInstance.modifiers, logProvider, catchupServerHandler))
Exemple #3
0
 public CatchupServerBuilder(CatchupServerHandler catchupServerHandler)
 {
     this._catchupServerHandler = catchupServerHandler;
 }