Class VertxHelper


  • public final class VertxHelper
    extends Object
    • Method Detail

      • setupSSLOptions

        public static void setupSSLOptions​(org.apache.camel.CamelContext camelContext,
                                           org.apache.camel.support.jsse.SSLContextParameters sslContextParameters,
                                           io.vertx.core.net.TCPSSLOptions tcpsslOptions)
                                    throws Exception
        Configures key store and trust store options for the given TCPSSLOptions from the configuration specified on SSLContextParameters
        Parameters:
        camelContext - the CamelContext
        sslContextParameters - the SSL configuration to use for the KeyManagerFactory & TrustManagerFactory
        tcpsslOptions - the TCPSSLOptions instance to configure
        Throws:
        Exception