Interface StubFactoryDSL.AtClause<T>

Type Parameters:
T - the service interface type
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 Summary

    Modifier and Type
    Method
    Description
    at(String address)
    Returns a stub for a service endpoint at a given address.
  • Method Details

    • at

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