Interface StubFactoryDSL.AtClause<T>

  • Type Parameters:
    T -
    All Known Implementing Classes:
    StubFactory
    Enclosing interface:
    StubFactoryDSL

    public static interface StubFactoryDSL.AtClause<T>
    Selects the address of the service endpoint or service instance.
    Author:
    Fabio Simeoni
    • Method Detail

      • at

        T at​(String address)
        Returns a stub for a service endpoint at a given address.
        Parameters:
        address - the address
        Returns:
        the stub