Interface SSLContextFactory

All Superinterfaces:
Comparable<SSLContextFactory>

public interface SSLContextFactory extends Comparable<SSLContextFactory>
Service interface to create a SSLContext for a configuration. This is NOT used by OpenSSL. To create and use your own implementation you need to create a file META-INF/services/org.apache.activemq.artemis.spi.core.remoting.ssl.SSLContextFactory in your jar and fill it with the full qualified name of your implementation.