org.onebusaway.federations.annotations
Annotation Type FederatedByAggregateMethod
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FederatedByAggregateMethod
Directs the creation of a FederatedServiceMethodInvocationHandler
,
where a method returns either a List
or a Map
and the
federated method return value is generated by calling each
FederatedService
in turn an aggregating the results with the
appropriate collection.
- Author:
- bdferris
- See Also:
FederatedServiceMethodInvocationHandlerFactory
,
FederatedByAggregateMethodInvocationHandlerImpl
Copyright © 2012 OneBusAway. All Rights Reserved.