Uses of Package
com.tccc.kos.commons.core.broker
Packages that use com.tccc.kos.commons.core.broker
Package
Description
Provides access to the message broker.
Provides the abstract KosApplication class, which all kOS apps derive from.
-
Classes in com.tccc.kos.commons.core.broker used by com.tccc.kos.commons.core.brokerClassDescriptionInterface that defines the callback method that gets called when a broker message matching a subscribed topic is fired (published).A
MessageBroker
message forwarded to a subscriber, typically via theMessageBrokerCallback
interface. -
Classes in com.tccc.kos.commons.core.broker used by com.tccc.kos.commons.web.brokerClassDescriptionA
MessageBroker
message forwarded to a subscriber, typically via theMessageBrokerCallback
interface. -
Classes in com.tccc.kos.commons.core.broker used by com.tccc.kos.core.service.appClassDescriptionSystem component that provides the ability to publish (send) and subscribe to (receive) messages over the kOS network.Interface that defines the callback method that gets called when a broker message matching a subscribed topic is fired (published).