Uses of Class
io.streamthoughts.azkarra.api.streams.State
-
Packages that use State Package Description io.streamthoughts.azkarra.api.streams -
-
Uses of State in io.streamthoughts.azkarra.api.streams
Methods in io.streamthoughts.azkarra.api.streams that return State Modifier and Type Method Description static State
State. valueOf(String name)
Returns the enum constant of this type with the specified name.static State[]
State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.streamthoughts.azkarra.api.streams that return types with arguments of type State Modifier and Type Method Description TimestampedValue<State>
KafkaStreamsContainer. state()
Gets the current state of the streams.
-