Class EndpointAddressFormatValidator

    • Constructor Summary

      Constructors 
      Constructor Description
      EndpointAddressFormatValidator​(java.util.List<java.lang.String> additionalEndpointProtocols)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void check​(pl.allegro.tech.hermes.api.EndpointAddress address)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EndpointAddressFormatValidator

        public EndpointAddressFormatValidator​(java.util.List<java.lang.String> additionalEndpointProtocols)
    • Method Detail