A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W 

I

info(java.lang.String) - function in eu.vstoyanov.natsy.jetstream.ObjectStore
Get information about an object
initCause(java.lang.Throwable) - function in kotlin.Throwable
 
inProgress() - function in eu.vstoyanov.natsy.jetstream.JetStreamMessage
Signal that processing is still in progressExtends the acknowledgment deadline for long-running message processing.
INSTANT - enum entry in eu.vstoyanov.natsy.jetstream.ReplayPolicy

Replay messages as fast as possible

INTEREST - enum entry in eu.vstoyanov.natsy.jetstream.RetentionPolicy

Retain messages based on interest (consumers)

isDelete() - function in eu.vstoyanov.natsy.jetstream.model.KeyValueEntry
Check if this is a DELETE operation
isEmpty() - function in eu.vstoyanov.natsy.jetstream.JetStreamBatch
Check if the batch is empty
isEphemeral() - function in eu.vstoyanov.natsy.jetstream.ConsumerContext
Check if this consumer is ephemeral (not durable)Ephemeral consumers are automatically cleaned up when they become inactive, while durable consumers persist until explicitly deleted.
isLatest() - function in eu.vstoyanov.natsy.jetstream.model.KeyValueEntry
Check if this entry is the latest for the key
isNotEmpty() - function in eu.vstoyanov.natsy.jetstream.JetStreamBatch
Check if the batch has messages
isPaused() - function in eu.vstoyanov.natsy.jetstream.ConsumerContext
Check if the consumer is currently paused
isPurge() - function in eu.vstoyanov.natsy.jetstream.model.KeyValueEntry
Check if this is a PURGE operation
isPut() - function in eu.vstoyanov.natsy.jetstream.model.KeyValueEntry
Check if this is a PUT operation
isRedelivered() - function in eu.vstoyanov.natsy.jetstream.JetStreamMessage
Check if this message is a redelivery
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W