Uses of Class
io.streamthoughts.azkarra.api.streams.State
-
Packages that use State Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.api.streams -
-
Uses of State in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return State Modifier and Type Method Description State
StreamsLifecycleContext. getState()
Gets the state of the current streams instance.Methods in io.streamthoughts.azkarra.api with parameters of type State Modifier and Type Method Description void
StreamsLifecycleContext. setState(State state)
Sets the state of the current streams instance. -
Uses of State in io.streamthoughts.azkarra.api.streams
Methods in io.streamthoughts.azkarra.api.streams that return State Modifier and Type Method Description State
KafkaStreamsContainer.InternalStreamsLifeCycleContext. getState()
Gets the state of the current streams instance.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.Methods in io.streamthoughts.azkarra.api.streams with parameters of type State Modifier and Type Method Description void
KafkaStreamsContainer.InternalStreamsLifeCycleContext. setState(State state)
Sets the state of the current streams instance.
-