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 aSessionKernel
instance
-
Method Details
-
create
Create aSessionKernel
instance- Parameters:
redundancyStateListenerSupplier
- aSupplier
of aRedundancyStateListener
for creating aRedundancyStateListener
which may be used by the created session kernel- Returns:
- the created
SessionKernel
instance
-