public class MetersLoadEvent extends SimpleBusinessEvent<Long,List<BOMeter>>
Event to load the BOMeters of a customer.
The launcher must provide a valid customer id in order to successfully call this event.
The listener loads all the BOMeters related to the given customer.
Since:
9.2
GCApi:
event
Reactors:
BTMetersLoad(0)
No Spouts
  • Constructor Details

    • MetersLoadEvent

      public MetersLoadEvent(Long customerId)
      Instantiates a new customer's meters load event
      Parameters:
      customerId - the id of the customer for which load the meters