| Package | Description |
|---|---|
| org.lsst.ccs.messaging |
Package defining the CCS Messaging interfaces.
|
| org.lsst.ccs.services |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommandMessageListener
Interface to be implemented by listeners that wish to be notified of messages
received on the command bus.
|
interface |
LogMessageListener
Interface to be implemented by listeners that wish to be notified of messages
received on the LOG bus.
|
interface |
StatusMessageListener
Interface to be implemented by listeners that wish to be notified of messages
received on the status bus.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AgentPresenceManager
Tracks agent connection and disconnection on the buses.
|
class |
LogAggregator |
class |
StateBundleAggregator |
class |
StatusAggregator
A StatusAggregator listens to the status bus and keeps track in
memory of selected status data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessagingAccessLayer.BusAccess.addForwarder(MessageListener l,
BusMessageForwarder forwarder) |
void |
MessagingAccessLayer.BusAccess.removeForwarder(MessageListener l) |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentStatusAggregatorService
A AgentStatusAggregatorService listens to the status bus and keeps track in
memory of selected status data.
|
Copyright © 2018 LSST. All rights reserved.