Uses of Class
org.somda.sdc.biceps.common.event.StateModificationMessage
-
Packages that use StateModificationMessage Package Description org.somda.sdc.biceps.common Any classes that are shared between BICEPS provider and consumer.org.somda.sdc.biceps.common.event Common event-related objects of the BICEPS package. -
-
Uses of StateModificationMessage in org.somda.sdc.biceps.common
Methods in org.somda.sdc.biceps.common that return types with arguments of type StateModificationMessage Modifier and Type Method Description Class<? extends StateModificationMessage<?>>MdibStateModifications.Type. getEventMessageClass() -
Uses of StateModificationMessage in org.somda.sdc.biceps.common.event
Subclasses of StateModificationMessage in org.somda.sdc.biceps.common.event Modifier and Type Class Description classAlertStateModificationMessageSubscribe to this message in order to receive alert state changes.classComponentStateModificationMessageSubscribe to this message in order to receive component state changes.classContextStateModificationMessageSubscribe to this message in order to receive context state changes.classMetricStateModificationMessageSubscribe to this message in order to receive metric state changes.classOperationStateModificationMessageSubscribe to this message in order to receive operation state changes.classWaveformStateModificationMessageSubscribe to this message in order to receive waveform changes.
-