T
- type for topic valuepublic abstract class TopicOptions<O extends TopicOptions<O,T>,T> extends DistributedPrimitiveOptions<O>
Topic
instances.Modifier and Type | Field and Description |
---|---|
protected BiFunction<T,Version,T> |
compatibilityFunction |
Constructor and Description |
---|
TopicOptions() |
Modifier and Type | Method and Description |
---|---|
O |
withCompatibilityFunction(BiFunction<T,Version,T> compatibilityFunction)
Sets a compatibility function on the map.
|
applicationId, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, revisionType, serializer, type, version, withApplicationId, withMeteringDisabled, withName, withRelaxedReadConsistency, withRevisionType, withSerializer, withUpdatesDisabled, withVersion
protected BiFunction<T,Version,T> compatibilityFunction
public O withCompatibilityFunction(BiFunction<T,Version,T> compatibilityFunction)
compatibilityFunction
- the compatibility function