Interface TrustStoreProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TrustStoreProvider
An interface for providing TrustStoreAndTrustOptions from CDI beans at runtime.
  • Method Summary

    Modifier and Type
    Method
    Description
    getTrustStore(io.vertx.core.Vertx vertx)
    Returns the truststore and options to be used for [re]loading the state of a TLS configuration
  • Method Details

    • getTrustStore

      TrustStoreAndTrustOptions getTrustStore(io.vertx.core.Vertx vertx)
      Returns the truststore and options to be used for [re]loading the state of a TLS configuration
      Parameters:
      vertx - the managed vertx instance
      Returns:
      the truststore and options