Package one.microstream.util
Class InstanceDispatcher.Default
java.lang.Object
one.microstream.util.InstanceDispatcher.Default
- All Implemented Interfaces:
 InstanceDispatcher
- Direct Known Subclasses:
 ComFoundation.Abstract,PersistenceFoundation.Default,StorageFoundation.Default,XCsvConfiguration.Builder.Default
- Enclosing interface:
 - InstanceDispatcher
 
public static class InstanceDispatcher.Default extends Object implements InstanceDispatcher
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.util.InstanceDispatcher
InstanceDispatcher.Default - 
Constructor Summary
Constructors Constructor Description Default() - 
Method Summary
Modifier and Type Method Description protected <T> Tdispatch(T newInstance)InstanceDispatcherLogicgetInstanceDispatcherLogic()InstanceDispatchersetInstanceDispatcherLogic(InstanceDispatcherLogic instanceDispatcher) 
- 
Constructor Details
- 
Default
public Default() 
 - 
 - 
Method Details
- 
dispatch
protected final <T> T dispatch(T newInstance) - 
setInstanceDispatcherLogic
- Specified by:
 setInstanceDispatcherLogicin interfaceInstanceDispatcher
 - 
getInstanceDispatcherLogic
- Specified by:
 getInstanceDispatcherLogicin interfaceInstanceDispatcher
 
 -