Uses of Interface
com.tccc.kos.commons.core.broker.MessageBroker
Packages that use MessageBroker
Package
Description
This package provides the core application framework for KOS, including application lifecycle management,
dynamic loading capabilities, and messaging infrastructure.
-
Uses of MessageBroker in com.tccc.kos.core.service.app
Classes in com.tccc.kos.core.service.app that implement MessageBrokerModifier and TypeClassDescriptionclass
Wrapper for the system message broker that prefixes the topics with the application id.Methods in com.tccc.kos.core.service.app that return MessageBrokerModifier and TypeMethodDescriptionApplication.getBroker()
Return theMessageBroker
scoped to this application. -
Uses of MessageBroker in com.tccc.kos.core.service.log
Methods in com.tccc.kos.core.service.log that return MessageBroker