Uses of Class
io.serialized.client.SerializedClientConfig
-
Uses of SerializedClientConfig in io.serialized.client
Methods in io.serialized.client that return SerializedClientConfig Modifier and Type Method Description SerializedClientConfigSerializedClientConfig.Builder. build() -
Uses of SerializedClientConfig in io.serialized.client.aggregate
Methods in io.serialized.client.aggregate with parameters of type SerializedClientConfig Modifier and Type Method Description static <T> AggregateClient.Builder<T>AggregateClient. aggregateClient(String aggregateType, Class<T> stateClass, SerializedClientConfig config) -
Uses of SerializedClientConfig in io.serialized.client.feed
Methods in io.serialized.client.feed with parameters of type SerializedClientConfig Modifier and Type Method Description static FeedClient.BuilderFeedClient. feedClient(SerializedClientConfig config) -
Uses of SerializedClientConfig in io.serialized.client.projection
Methods in io.serialized.client.projection with parameters of type SerializedClientConfig Modifier and Type Method Description static ProjectionClient.BuilderProjectionClient. projectionClient(SerializedClientConfig config) -
Uses of SerializedClientConfig in io.serialized.client.reaction
Methods in io.serialized.client.reaction with parameters of type SerializedClientConfig Modifier and Type Method Description static ReactionClient.BuilderReactionClient. reactionClient(SerializedClientConfig config) -
Uses of SerializedClientConfig in io.serialized.client.tenant
Methods in io.serialized.client.tenant with parameters of type SerializedClientConfig Modifier and Type Method Description static TenantClient.BuilderTenantClient. tenantClient(SerializedClientConfig config)