Interface AggregatedServiceDetails

All Known Implementing Classes:
AggregatedAsyncPollingEventContainerServiceDetails, AggregatedNotifyEventContainerServiceDetails, AggregatedPollingEventContainerServiceDetails, PlainAggregatedServiceDetails

public interface AggregatedServiceDetails
An aggregation of ServiceDetails that share at lease the same service type.
Author:
kimchy
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns key value pair of attributes for the details.
    Returns the aggregated service details.
  • Method Details

    • getServiceType

      String getServiceType()
      Returns the aggregated service details.
    • getAttributes

      Map<String,Object> getAttributes()
      Returns key value pair of attributes for the details.