public static interface ICompositeDeviceEventDecoder.IDecoderChoice<T> extends ITenantLifecycleComponent
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(ICompositeDeviceEventDecoder.IDeviceContext<T> criteria)
Indicates if this choice applies for the given context.
|
IDeviceEventDecoder<T> |
getDeviceEventDecoder()
Get decoder for this choice.
|
getTenant, setTenant
canPause, findComponentsOfType, getComponentId, getComponentName, getComponentType, getCreatedDate, getLifecycleComponents, getLifecycleError, getLifecycleStatus, getLogger, initialize, initializeNestedComponent, lifecycleInitialize, lifecyclePause, lifecycleStart, lifecycleStop, lifecycleStop, logState, pause, start, startNestedComponent, stop, stop
boolean appliesTo(ICompositeDeviceEventDecoder.IDeviceContext<T> criteria)
criteria
- IDeviceEventDecoder<T> getDeviceEventDecoder()