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, withName, withRelaxedReadConsistency, withRevisionType, withSerializer, withUpdatesDisabled, withVersionprotected BiFunction<T,Version,T> compatibilityFunction
public O withCompatibilityFunction(BiFunction<T,Version,T> compatibilityFunction)
compatibilityFunction - the compatibility function