Interface SessionKernelFactory<T extends SessionKernel>
- Type Parameters:
 T- the type ofSessionKernel
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Factory for creating 
SessionKernel instances- 
Method Summary
Modifier and TypeMethodDescriptioncreate(Supplier<RedundancyStateListener> redundancyStateListenerSupplier) Create aSessionKernelinstance 
- 
Method Details
- 
create
Create aSessionKernelinstance- Parameters:
 redundancyStateListenerSupplier- aSupplierof aRedundancyStateListenerfor creating aRedundancyStateListenerwhich may be used by the created session kernel- Returns:
 - the created 
SessionKernelinstance 
 
 -