Class BmPlatformEvent


  • public final class BmPlatformEvent
    extends Object
    A BM platform event contains information about all the modifications performed within the corresponding transaction. The pieces of the information are groupped by the namespace the modified objects belong to.
    See Also:
    BmEvent
    • Constructor Detail

      • BmPlatformEvent

        public BmPlatformEvent​(List<BmEvent> namespaceEvents)
        Constructs a new instance.
        Parameters:
        namespaceEvents - The namespace-bound events. May not be null.
    • Method Detail

      • getNamespaceEvents

        public List<BmEvent> getNamespaceEvents()
        Gets namespace-bound events.
        Returns:
        a list of namespace bound event, never null.