Uses of Class
com.microsoft.azure.eventhubs.impl.IOObject.IOObjectState
-
Packages that use IOObject.IOObjectState Package Description com.microsoft.azure.eventhubs.impl -
-
Uses of IOObject.IOObjectState in com.microsoft.azure.eventhubs.impl
Methods in com.microsoft.azure.eventhubs.impl that return IOObject.IOObjectState Modifier and Type Method Description IOObject.IOObjectState
IOObject. getState()
IOObject.IOObjectState
RequestResponseChannel. getState()
static IOObject.IOObjectState
IOObject.IOObjectState. valueOf(String name)
Returns the enum constant of this type with the specified name.static IOObject.IOObjectState[]
IOObject.IOObjectState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-