Package io.vrap.rmf.base.client
Interface Builder<T>
- Type Parameters:
T- type to be build
- All Known Implementing Classes:
ClientBuilder
public interface Builder<T>
interface to build instance of T
-
Method Summary
-
Method Details
-
build
T build()build an instance of the generic type- Returns:
- build instance
-