Package org.opennms.netmgt.flows.api
Interface Converter<P>
-
- All Known Implementing Classes:
NetflowConverter
,SFlowConverter
public interface Converter<P>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Flow>
convert(P packet, java.time.Instant receivedAt)
-