Class DaprHttpBuilder


  • @Deprecated
    public class DaprHttpBuilder
    extends Object
    Deprecated.
    Use DaprClientBuilder instead, this will be removed in a future release.
    A builder for the DaprHttp.
    • Constructor Detail

      • DaprHttpBuilder

        public DaprHttpBuilder()
        Deprecated.
    • Method Detail

      • build

        public DaprHttp build()
        Deprecated.
        Build an instance of the Http client based on the provided setup.
        Returns:
        an instance of DaprHttp
        Throws:
        IllegalStateException - if any required field is missing