Uses of Class
be.yildizgames.module.messaging.Broker
-
Packages that use Broker Package Description be.yildizgames.module.messaging Contains the classes to connect to a broker and produce and consume messages. -
-
Uses of Broker in be.yildizgames.module.messaging
Methods in be.yildizgames.module.messaging that return Broker Modifier and Type Method Description static BrokerBroker. getBroker(BrokerProperties p)static BrokerBroker. getBroker(String host, int port)static BrokerBroker. getBroker(String name, BrokerProperties p)BrokerBrokerProvider. initialize(BrokerProperties properties)BrokerBrokerProvider. initialize(String host, int port)BrokerBrokerProvider. initializeInternal(String name, BrokerProperties properties)
-