public class Combiner<T,U> extends AbstractEnricher implements SensorEventListener<T>
AbstractEntityAdjunct.AdjunctTagSupport, AbstractEntityAdjunct.BasicSubscriptionSupportBrooklynObject.RelationSupport<T extends BrooklynObject>, BrooklynObject.SubscriptionSupport, BrooklynObject.TagSupportConfigurable.ConfigurationSupportBrooklynObjectInternal.ConfigurationSupportInternal, BrooklynObjectInternal.RelationSupportInternal<T extends BrooklynObject>, BrooklynObjectInternal.SubscriptionSupportInternal| Modifier and Type | Field and Description | 
|---|---|
| static ConfigKey<Entity> | PRODUCER | 
| static ConfigKey<java.util.Set<Sensor<?>>> | SOURCE_SENSORS | 
| static ConfigKey<Sensor<?>> | TARGET_SENSOR | 
| static ConfigKey< | TRANSFORMATION | 
| static ConfigKey< | VALUE_FILTER | 
SUPPRESS_DUPLICATESNOOP| Constructor and Description | 
|---|
| Combiner() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | onEvent(SensorEvent<T> event)The  SensorEventhandler method. | 
| void | setEntity(EntityLocal entity) | 
getEnricherType, getRebindSupport, relationsconfig, configure, destroy, getAdjunctType, getConfig, getConfigMap, getDisplayName, getUniqueTag, isDestroyed, isRunning, setConfig, setDisplayName, subscribe, subscribeToChildren, subscribeToMembers, subscriptions, tags, toString, unsubscribe, unsubscribegetCatalogItemId, getId, getManagementContext, init, rebind, setCatalogItemId, setManagementContextequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetUniqueTag, isDestroyed, isRunninggetCatalogItemId, getDisplayName, subscriptions, tagsconfig, getConfig, setConfigsetCatalogItemIdpublic static ConfigKey<> TRANSFORMATION 
public static final ConfigKey<> VALUE_FILTER 
public void setEntity(EntityLocal entity)
setEntity in class AbstractEnricherpublic void onEvent(SensorEvent<T> event)
SensorEventListenerSensorEvent handler method.onEvent in interface SensorEventListener<T>