Package io.dialob.client.api
Interface DialobClientConfig
-
- All Known Implementing Classes:
ImmutableDialobClientConfig
@Immutable public interface DialobClientConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncFunctionInvokergetAsyncFunctionInvoker()DialobCachegetCache()DialobProgramFromFormCompilergetCompiler()DialobErrorHandlergetErrorHandler()QuestionnaireEventPublishergetEventPublisher()DialobSessionEvalContextFactorygetFactory()DialobClient.TypesMappergetMapper()DialobStoregetStore()
-
-
-
Method Detail
-
getStore
DialobStore getStore()
-
getCache
DialobCache getCache()
-
getFactory
DialobSessionEvalContextFactory getFactory()
-
getAsyncFunctionInvoker
AsyncFunctionInvoker getAsyncFunctionInvoker()
-
getEventPublisher
QuestionnaireEventPublisher getEventPublisher()
-
getMapper
DialobClient.TypesMapper getMapper()
-
getCompiler
DialobProgramFromFormCompiler getCompiler()
-
getErrorHandler
DialobErrorHandler getErrorHandler()
-
-