Class DnsSrvLookupDisabledEvent

  • All Implemented Interfaces:
    Event

    public class DnsSrvLookupDisabledEvent
    extends AbstractEvent
    Raised if dns srv lookup was not performed, either because it has been disabled on the environment or because the hostname list passed in did not qualify.
    • Constructor Detail

      • DnsSrvLookupDisabledEvent

        public DnsSrvLookupDisabledEvent​(boolean enabledOnEnv,
                                         boolean validDnsSrv)
    • 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.