Interface SampleDatagramEnrichment


  • public interface SampleDatagramEnrichment
    Methods used by the (BSON) serialization process to access augmented facts. These facts are expected to be pre-populated by visiting the sample datagram tree and should be non-blocking.
    • Method Detail

      • getHostnameFor

        java.util.Optional<java.lang.String> getHostnameFor​(java.net.InetAddress srcAddress)