Interface MessagePropertiesBus

    • Method Detail

      • publishProperties

        default void publishProperties​(java.lang.Enum<?> aAction,
                                       org.refcodes.configuration.Properties aProperties,
                                       java.lang.Class<?> aPublisherType)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aAction - The action which this represents.
        aProperties - The properties to be carried by the event.
        aPublisherType - The type of the event publisher.
      • publishProperties

        default void publishProperties​(java.lang.Enum<?> aAction,
                                       org.refcodes.configuration.Properties aProperties,
                                       java.lang.String aChannel)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aAction - The action which this represents.
        aProperties - The properties to be carried by the event.
        aChannel - The channel name on which the event is receivable.
      • publishProperties

        default void publishProperties​(java.lang.Enum<?> aAction,
                                       org.refcodes.configuration.Properties aProperties,
                                       java.lang.String aAlias,
                                       java.lang.String aGroup,
                                       java.lang.String aChannel,
                                       java.lang.String aUid,
                                       java.lang.Class<?> aPublisherType)
        Publishes an event with the provided properties for the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aAction - The action which this represents.
        aProperties - The properties to be carried by the event.
        aAlias - The alias property.
        aGroup - The group property.
        aChannel - The channel property.
        aUid - The UID (Universal-ID) property.
        aPublisherType - The type of the event publisher.
      • publishProperties

        default void publishProperties​(java.lang.Enum<?> aAction,
                                       org.refcodes.configuration.Properties aProperties,
                                       org.refcodes.observer.EventMetaData aEventMetaData)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aAction - The action which the event represents.
        aProperties - The properties to be carried by the event.
        aEventMetaData - The Meta-Data to by supplied by the event.
      • publishProperties

        default void publishProperties​(java.lang.Enum<?> aAction,
                                       org.refcodes.configuration.Properties aProperties)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aAction - The action which the event represents.
        aProperties - The properties to be carried by the event.
      • publishProperties

        default void publishProperties​(org.refcodes.configuration.Properties aProperties,
                                       java.lang.Class<?> aPublisherType)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aProperties - The properties to be carried by the event.
        aPublisherType - The type of the event publisher.
      • publishProperties

        default void publishProperties​(org.refcodes.configuration.Properties aProperties,
                                       java.lang.String aChannel)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aProperties - The properties to be carried by the event.
        aChannel - The channel name on which the event is receivable.
      • publishProperties

        default void publishProperties​(org.refcodes.configuration.Properties aProperties,
                                       java.lang.String aAlias,
                                       java.lang.String aGroup,
                                       java.lang.String aChannel,
                                       java.lang.String aUid,
                                       java.lang.Class<?> aPublisherType)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aProperties - The properties to be carried by the event.
        aAlias - The alias property.
        aGroup - The group property.
        aChannel - The channel property.
        aUid - The UID (Universal-ID) property.
        aPublisherType - The type of the event publisher.
      • publishProperties

        default void publishProperties​(org.refcodes.configuration.Properties aProperties,
                                       org.refcodes.observer.EventMetaData aEventMetaData)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aProperties - The properties to be carried by the event.
        aEventMetaData - The Meta-Data to by supplied by the event.
      • publishProperties

        default void publishProperties​(org.refcodes.configuration.Properties aProperties)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aProperties - The properties to be carried by the event.
      • publishProperties

        default void publishProperties​(java.lang.Enum<?> aAction,
                                       org.refcodes.configuration.Properties aProperties,
                                       java.lang.Class<?> aPublisherType,
                                       org.refcodes.eventbus.DispatchStrategy aStrategy)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aAction - The action which this represents.
        aProperties - The properties to be carried by the event.
        aPublisherType - The type of the event publisher.
        aStrategy - The DispatchStrategy to use when dispatching the event.
      • publishProperties

        default void publishProperties​(java.lang.Enum<?> aAction,
                                       org.refcodes.configuration.Properties aProperties,
                                       java.lang.String aChannel,
                                       org.refcodes.eventbus.DispatchStrategy aStrategy)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aAction - The action which this represents.
        aProperties - The properties to be carried by the event.
        aChannel - The channel name on which the event is receivable.
        aStrategy - The DispatchStrategy to use when dispatching the event.
      • publishProperties

        default void publishProperties​(java.lang.Enum<?> aAction,
                                       org.refcodes.configuration.Properties aProperties,
                                       java.lang.String aAlias,
                                       java.lang.String aGroup,
                                       java.lang.String aChannel,
                                       java.lang.String aUid,
                                       java.lang.Class<?> aPublisherType,
                                       org.refcodes.eventbus.DispatchStrategy aStrategy)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aAction - The action which this represents.
        aProperties - The properties to be carried by the event.
        aAlias - The alias property.
        aGroup - The group property.
        aChannel - The channel property.
        aUid - The UID (Universal-ID) property.
        aPublisherType - The type of the event publisher.
        aStrategy - The DispatchStrategy to use when dispatching the event.
      • publishProperties

        default void publishProperties​(java.lang.Enum<?> aAction,
                                       org.refcodes.configuration.Properties aProperties,
                                       org.refcodes.observer.EventMetaData aEventMetaData,
                                       org.refcodes.eventbus.DispatchStrategy aStrategy)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aAction - The action which the event represents.
        aProperties - The properties to be carried by the event.
        aEventMetaData - The Meta-Data to by supplied by the event.
        aStrategy - The DispatchStrategy to use when dispatching the event.
      • publishProperties

        default void publishProperties​(java.lang.Enum<?> aAction,
                                       org.refcodes.configuration.Properties aProperties,
                                       org.refcodes.eventbus.DispatchStrategy aStrategy)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aAction - The action which the event represents.
        aProperties - The properties to be carried by the event.
        aStrategy - The DispatchStrategy to use when dispatching the event.
      • publishProperties

        default void publishProperties​(org.refcodes.configuration.Properties aProperties,
                                       java.lang.Class<?> aPublisherType,
                                       org.refcodes.eventbus.DispatchStrategy aStrategy)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aProperties - The properties to be carried by the event.
        aPublisherType - The type of the event publisher.
        aStrategy - The DispatchStrategy to use when dispatching the event.
      • publishProperties

        default void publishProperties​(org.refcodes.configuration.Properties aProperties,
                                       java.lang.String aChannel,
                                       org.refcodes.eventbus.DispatchStrategy aStrategy)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aProperties - The properties to be carried by the event.
        aChannel - The channel name on which the event is receivable.
        aStrategy - The DispatchStrategy to use when dispatching the event.
      • publishProperties

        default void publishProperties​(org.refcodes.configuration.Properties aProperties,
                                       java.lang.String aAlias,
                                       java.lang.String aGroup,
                                       java.lang.String aChannel,
                                       java.lang.String aUid,
                                       java.lang.Class<?> aPublisherType,
                                       org.refcodes.eventbus.DispatchStrategy aStrategy)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aProperties - The properties to be carried by the event.
        aAlias - The alias property.
        aGroup - The group property.
        aChannel - The channel property.
        aUid - The UID (Universal-ID) property.
        aPublisherType - The type of the event publisher.
        aStrategy - The DispatchStrategy to use when dispatching the event.
      • publishProperties

        default void publishProperties​(org.refcodes.configuration.Properties aProperties,
                                       org.refcodes.observer.EventMetaData aEventMetaData,
                                       org.refcodes.eventbus.DispatchStrategy aStrategy)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aProperties - The properties to be carried by the event.
        aEventMetaData - The Meta-Data to by supplied by the event.
        aStrategy - The DispatchStrategy to use when dispatching the event.
      • publishProperties

        default void publishProperties​(org.refcodes.configuration.Properties aProperties,
                                       org.refcodes.eventbus.DispatchStrategy aStrategy)
        Publishes an event with the provided properties and the given attributes.
        Specified by:
        publishProperties in interface PropertiesBus
        Parameters:
        aProperties - The properties to be carried by the event.
        aStrategy - The DispatchStrategy to use when dispatching the event.