Uses of Class
com.rabbitmq.stream.impl.Client.ShutdownContext.ShutdownReason
-
Packages that use Client.ShutdownContext.ShutdownReason Package Description com.rabbitmq.stream.impl Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client. -
-
Uses of Client.ShutdownContext.ShutdownReason in com.rabbitmq.stream.impl
Methods in com.rabbitmq.stream.impl that return Client.ShutdownContext.ShutdownReason Modifier and Type Method Description Client.ShutdownContext.ShutdownReason
Client.ShutdownContext. getShutdownReason()
static Client.ShutdownContext.ShutdownReason
Client.ShutdownContext.ShutdownReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static Client.ShutdownContext.ShutdownReason[]
Client.ShutdownContext.ShutdownReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-