Package me.ahoo.cosid.proxy
Class ProxyIdSegmentDistributorFactory
java.lang.Object
me.ahoo.cosid.proxy.ProxyIdSegmentDistributorFactory
- All Implemented Interfaces:
IdSegmentDistributorFactory
ProxyIdSegmentDistributorFactory .
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull IdSegmentDistributorcreate(IdSegmentDistributorDefinition definition) Creates an ID segment distributor from a definition.
-
Constructor Details
-
ProxyIdSegmentDistributorFactory
-
-
Method Details
-
create
Description copied from interface:IdSegmentDistributorFactoryCreates an ID segment distributor from a definition.- Specified by:
createin interfaceIdSegmentDistributorFactory- Parameters:
definition- the distributor definition- Returns:
- the created distributor
-