Uses of Interface
com.hazelcast.enterprise.jet.cdc.RecordMappingFunction
-
Uses of RecordMappingFunction in com.hazelcast.enterprise.jet.cdc
Fields in com.hazelcast.enterprise.jet.cdc declared as RecordMappingFunctionModifier and TypeFieldDescriptionprotected RecordMappingFunction<T>DebeziumCdcSources.Builder.recordMappingFunctionMethods in com.hazelcast.enterprise.jet.cdc with parameters of type RecordMappingFunctionModifier and TypeMethodDescription<T_NEW> DebeziumCdcSources.Builder<T_NEW>DebeziumCdcSources.Builder.customMapping(RecordMappingFunction<T_NEW> recordMappingFunction) Sets the return type of the source to user defined#T_NEWtype.Constructors in com.hazelcast.enterprise.jet.cdc with parameters of type RecordMappingFunctionModifierConstructorDescriptionprotectedBuilder(String name, String connectorClass, RecordMappingFunction<T> recordMappingFunction)