![JAR search and dependency download from the Maven repository](/logo.png)
io.timson.firehose.stream.DeliveryStream Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of firehose-mock Show documentation
Show all versions of firehose-mock Show documentation
An embedded Java mock for AWS Kinesis Firehose
package io.timson.firehose.stream;
public interface DeliveryStream {
void write(String data);
void stop();
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy