Package io.atomix.utils.config
Interface Configured<T extends Config>
-
public interface Configured<T extends Config>Interface for objects configured via a configuration object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tconfig()Returns the object configuration.
-
-
-
Method Detail
-
config
T config()
Returns the object configuration.- Returns:
- the object configuration
-
-