Interface DistributionEventProperties


  • public interface DistributionEventProperties
    an interface containing of the possible properties of events related to distribution
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DISTRIBUTION_COMPONENT_KIND
      property containing the kind of the component generating the event
      static java.lang.String DISTRIBUTION_COMPONENT_NAME
      property containing the name of component generating the event
      static java.lang.String DISTRIBUTION_PATHS
      property containing the type of the distribution paths
      static java.lang.String DISTRIBUTION_TYPE
      property containing the type of the distribution request
    • Field Detail

      • DISTRIBUTION_COMPONENT_NAME

        static final java.lang.String DISTRIBUTION_COMPONENT_NAME
        property containing the name of component generating the event
        See Also:
        Constant Field Values
      • DISTRIBUTION_COMPONENT_KIND

        static final java.lang.String DISTRIBUTION_COMPONENT_KIND
        property containing the kind of the component generating the event
        See Also:
        Constant Field Values
      • DISTRIBUTION_TYPE

        static final java.lang.String DISTRIBUTION_TYPE
        property containing the type of the distribution request
        See Also:
        Constant Field Values
      • DISTRIBUTION_PATHS

        static final java.lang.String DISTRIBUTION_PATHS
        property containing the type of the distribution paths
        See Also:
        Constant Field Values