Interface DeviceFlowRegistry

All Superinterfaces:
AutoCloseable, CommonDeviceRegistry<FlowRegistryKey>
All Known Implementing Classes:
DeviceFlowRegistryImpl

public interface DeviceFlowRegistry extends CommonDeviceRegistry<FlowRegistryKey>
Registry for mapping composite-key of flow (FlowRegistryKey) from device view to flow descriptor (FlowDescriptor) as the identifier of the same flow in data store.
  • Method Details