Uses of Interface
com.avoka.fc.core.stream.StreamCallback
-
Uses of StreamCallback in com.avoka.fc.core.stream
Modifier and TypeMethodDescriptionvoid
IStreamProducer.sendToStream
(ServiceConnection serviceConnection, String streamName, String key, String content, StreamCallback<V> callback) Asynchronously send content to the streamName.void
IStreamProducer.sendToStream
(ServiceConnection serviceConnection, String streamName, String partitionKey, String key, String content, StreamCallback<V> callback) Asynchronously send content to the streamName.void
KafkaStreamProducer.sendToStream
(ServiceConnection serviceConnection, String streamName, String key, String content, StreamCallback<org.apache.kafka.clients.producer.RecordMetadata> callback) Asynchronously send content to the streamName.void
KafkaStreamProducer.sendToStream
(ServiceConnection serviceConnection, String streamName, String partitionKey, String key, String content, StreamCallback<org.apache.kafka.clients.producer.RecordMetadata> callback) Asynchronously send content to the streamName and partitionKey.