Class ConnectionFactoryBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract com.rabbitmq.client.ConnectionFactory build()
      Build the connection factory.
      • Methods inherited from class java.lang.Object

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

      • ConnectionFactoryBuilder

        protected ConnectionFactoryBuilder()
    • Method Detail

      • build

        public abstract com.rabbitmq.client.ConnectionFactory build()
                                                             throws java.lang.Exception
        Build the connection factory.
        Throws:
        java.lang.Exception