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.
This package provides the core application framework for KOS, including application lifecycle management,
dynamic loading capabilities, and messaging infrastructure.
-
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).
-
Classes in com.tccc.kos.commons.core.broker used by com.tccc.kos.core.service.logClassDescriptionSystem component that provides the ability to publish (send) and subscribe to (receive) messages over the KOS network.