
software.amazon.kinesis.producer.ProcessFailureBehavior Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of amazon-kinesis-producer Show documentation
Show all versions of amazon-kinesis-producer Show documentation
The Amazon Kinesis Producer Library for Java enables developers to easily and reliably put data into
Amazon Kinesis.
The newest version!
package software.amazon.kinesis.producer;
public enum ProcessFailureBehavior {
Shutdown, AutoRestart
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy