订阅模式 meaning in Chinese
the subscription business model
Examples
- The swing framework makes extensive use of the observer pattern also known as the publish - subscribe pattern in the form of event listeners
) swing框架以事件侦听器的形式广泛利用了观察者模式(也称为发布-订阅模式) 。 - Replication uses a publish - subscribe model , allowing a primary server , referred to as the publisher , to distribute data to one or more secondary servers , or subscribers
复制使用的是发布-订阅模式,即由主服务器(发布服务器)向辅助服务器(订阅服务器)发布数据。 - In p2p mode , a message producer sends a message to a specific message consumer through a queue , whereas pub - sub is intended for the one - to - many or many - to - many broadcast of messages
在p2p模式中,消息的生产者通过队列传送消息给特定的消息消费者,而发布订阅模式则以一对多或多对多的方式进行消息的传播。 - Using the gt4ide eclipse plug - in to facilitate the automatic generation of the remaining artifacts , assembling the grid archive , and deployment of the grid service into the web services container
本教程阐述了如何开发一个globus toolkit v4 ( gt4 )网格服务,它可以利用ws - notification发布订阅模式进行通信。 - This article uses the pub - sub model . in the pub - sub model , a messaging client producer sends a message through a virtual channel called topic to messaging clients consumers that subscribe to this topic
本文使用的是发布订阅模式,在发布订阅模式中,消息传递客户端(生产者)通过名为主题的虚拟渠道传送消息给已订阅服务的消息传递客户端(消费者) 。