Class DnsSrvRecordsLoadedEvent

  • All Implemented Interfaces:
    Event

    public class DnsSrvRecordsLoadedEvent
    extends AbstractEvent
    Raised when the SDK could properly load hostnames from a DNS SRV record.
    • Constructor Detail

      • DnsSrvRecordsLoadedEvent

        public DnsSrvRecordsLoadedEvent​(Duration duration,
                                        List<String> seeds)
    • Method Detail

      • description

        public String description()
        Description copied from interface: Event
        A textual description with more information about the event.
        Returns:
        the description, if set.