Uses of Enum Class
com.totvs.tjf.communication.sdk.messages.FallbackChannel
Packages that use FallbackChannel
-
Uses of FallbackChannel in com.totvs.tjf.communication.sdk.messages
Methods in com.totvs.tjf.communication.sdk.messages that return FallbackChannelModifier and TypeMethodDescriptionFallback.getChannel()
Channel to send message if timeout has expiredstatic FallbackChannel
Returns the enum constant of this class with the specified name.static FallbackChannel[]
FallbackChannel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.totvs.tjf.communication.sdk.messages with parameters of type FallbackChannelModifier and TypeMethodDescriptionFallback.FallbackBuilder.channel
(FallbackChannel channel) Channel to send message if timeout has expiredvoid
Fallback.setChannel
(FallbackChannel channel) Channel to send message if timeout has expiredConstructors in com.totvs.tjf.communication.sdk.messages with parameters of type FallbackChannelModifierConstructorDescriptionFallback
(FallbackChannel channel, String address, long timeout, String alternativeContent)