Interface GlobalSSLContextParametersSupplier

All Superinterfaces:
Supplier<SSLContextParameters>

public interface GlobalSSLContextParametersSupplier extends Supplier<SSLContextParameters>
A global Supplier of SSLContextParameters to be used in Camel registry.
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get