Uses of Class
com.rabbitmq.stream.Resource.State
-
Packages that use Resource.State Package Description com.rabbitmq.stream Main API for RabbitMQ Stream Java Client. -
-
Uses of Resource.State in com.rabbitmq.stream
Methods in com.rabbitmq.stream that return Resource.State Modifier and Type Method Description Resource.StateResource.Context. currentState()The current (new) state of the resource.Resource.StateResource.Context. previousState()The previous state of the resource.static Resource.StateResource.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Resource.State[]Resource.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-