Interface SessionKernelFactory<T extends SessionKernel>
- Type Parameters:
- T- the type of- SessionKernel
- 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 SummaryModifier and TypeMethodDescriptioncreate(Supplier<RedundancyStateListener> redundancyStateListenerSupplier) Create aSessionKernelinstance
- 
Method Details- 
createCreate aSessionKernelinstance- Parameters:
- redundancyStateListenerSupplier- a- Supplierof a- RedundancyStateListenerfor creating a- RedundancyStateListenerwhich may be used by the created session kernel
- Returns:
- the created SessionKernelinstance
 
 
-