Uses of Class
com.totvs.tjf.messaging.ErrorExchangeChannel
-
Packages that use ErrorExchangeChannel Package Description com.totvs.tjf.messaging -
-
Uses of ErrorExchangeChannel in com.totvs.tjf.messaging
Methods in com.totvs.tjf.messaging that return ErrorExchangeChannel Modifier and Type Method Description static ErrorExchangeChannel
ErrorExchangeChannel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorExchangeChannel[]
ErrorExchangeChannel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-