Interface RecordEnrichment


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

      • getHostnameFor

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