Uses of Interface
be.yildizgames.module.messaging.BrokerProperties
-
Packages that use BrokerProperties Package Description be.yildizgames.module.messaging Contains the classes to connect to a broker and produce and consume messages. -
-
Uses of BrokerProperties in be.yildizgames.module.messaging
Classes in be.yildizgames.module.messaging that implement BrokerProperties Modifier and Type Class Description classSimpleBrokerPropertiesMethods in be.yildizgames.module.messaging with parameters of type BrokerProperties Modifier and Type Method Description static BrokerBroker. getBroker(BrokerProperties p)static BrokerBroker. getBroker(String name, BrokerProperties p)BrokerBrokerProvider. initialize(BrokerProperties properties)BrokerBrokerProvider. initializeInternal(String name, BrokerProperties properties)
-