Uses of Class
com.scaleoutsoftware.modules.hosting.ApiModuleOptionsBuilder
Packages that use ApiModuleOptionsBuilder
Package
Description
Hosting package for API and MSG modules is used to host modules on a ScaleOut in-memory data grid.
-
Uses of ApiModuleOptionsBuilder in com.scaleoutsoftware.modules.hosting
Methods in com.scaleoutsoftware.modules.hosting that return ApiModuleOptionsBuilderModifier and TypeMethodDescriptionApiModuleOptionsBuilder.setSerialization(com.scaleout.client.caching.CacheSerializer<O> serializer, com.scaleout.client.caching.CacheDeserializer<O> deserializer, boolean isJsonSerializer) Sets theCacheSerializer,CacheDeserializer, and flag for if the SOSS objects are serialized to JSON.