Ejemplo n.º 1
0
            public RegisteredBackend(IZeroMQClientEndpoint endpoint, ForwarderDevice forwarderDevice)
            {
                this.Endpoint        = endpoint;
                this.ForwarderDevice = forwarderDevice;

                this.Heartbeat();
            }
Ejemplo n.º 2
0
            public RegisteredBackend(string serviceName, IZeroMQClientEndpoint endpoint, SidecarDevice forwarderDevice)
            {
                this.ServiceName     = serviceName;
                this.Endpoint        = endpoint;
                this.ForwarderDevice = forwarderDevice;

                this.Heartbeat();
            }