Interface StatelessBuilderAPI.FinalClause<P>
-
- Type Parameters:
P- the type of service proxies
- All Known Implementing Classes:
AbstractStatelessBuilder
- Enclosing class:
- StatelessBuilderAPI
public static interface StatelessBuilderAPI.FinalClause<P>The final clause of the DSL.- Author:
- Fabio Simeoni
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pbuild()Returns a configured proxy.
-
-
-
Method Detail
-
build
P build()
Returns a configured proxy.- Returns:
- the proxy
-
-