Interface IFixedKeyProcessor<KIn, VIn, VOut>
.NET interface for org.mases.knet.generated.org.apache.kafka.streams.processor.api.FixedKeyProcessor implementing https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/3.9.0/org/apache/kafka/streams/processor/api/FixedKeyProcessor.html
public interface IFixedKeyProcessor<KIn, VIn, VOut> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
KIn
VIn
VOut
- Inherited Members
-
IJVMBridgeBase.MonitorEnter()IJVMBridgeBase.MonitorExit()IJVMBridgeBase.IsInstanceOf(IJavaType)IJVMBridgeBase.IsInstanceOf<T>()IJVMBridgeBase.RuntimeIsInstanceOf<T>()IJVMBridgeBase.CastTo<TNewClass>()IJVMBridgeBase.CastDirect<TNewClass>()IJVMBridgeBase.DynBridgeInstanceIJVMBridgeBase.BridgeInstanceIJVMBridgeDefinition.BridgeClassNameIJVMBridgeDefinition.IsBridgeInterfaceIJVMBridgeDefinition.IsBridgeAbstractIJVMBridgeDefinition.IsBridgeStaticIJVMBridgeDefinition.IsBridgeCloseableIJVMBridgeDefinition.IsBridgeListener
Methods
Close()
void Close()
Init(FixedKeyProcessorContext<KIn, VOut>)
void Init(FixedKeyProcessorContext<KIn, VOut> context)
Parameters
context
FixedKeyProcessorContext<KIn, VOut>
Process(FixedKeyRecord<KIn, VIn>)
void Process(FixedKeyRecord<KIn, VIn> record)
Parameters
record
FixedKeyRecord<KIn, VIn>