@ThreadSafe public final class MetaMasterFactory extends Object implements MasterFactory<CoreMasterContext>
MetaMaster
instance.Constructor and Description |
---|
MetaMasterFactory()
Constructs a new
MetaMasterFactory . |
Modifier and Type | Method and Description |
---|---|
MetaMaster |
create(MasterRegistry registry,
CoreMasterContext context)
Factory method to create a new master instance.
|
String |
getName() |
boolean |
isEnabled() |
public MetaMasterFactory()
MetaMasterFactory
.public boolean isEnabled()
isEnabled
in interface MasterFactory<CoreMasterContext>
public String getName()
getName
in interface MasterFactory<CoreMasterContext>
public MetaMaster create(MasterRegistry registry, CoreMasterContext context)
MasterFactory
create
in interface MasterFactory<CoreMasterContext>
registry
- the master registrycontext
- master contextMaster
instanceCopyright © 2023. All Rights Reserved.