All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.responsive.kafka.api.async.internals.contexts.DelayedAsyncStoreWriter Maven / Gradle / Ivy

The newest version!
package dev.responsive.kafka.api.async.internals.contexts;

import dev.responsive.kafka.api.async.internals.events.DelayedWrite;

public interface DelayedAsyncStoreWriter {
  void acceptDelayedWriteToAsyncStore(DelayedWrite write);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy