Uses of Enum Class
org.apache.camel.component.ignite.messaging.IgniteMessagingSendMode
Packages that use IgniteMessagingSendMode
-
Uses of IgniteMessagingSendMode in org.apache.camel.component.ignite.messaging
Methods in org.apache.camel.component.ignite.messaging that return IgniteMessagingSendModeModifier and TypeMethodDescriptionIgniteMessagingEndpoint.getSendMode()Gets the send mode.static IgniteMessagingSendModeReturns the enum constant of this class with the specified name.static IgniteMessagingSendMode[]IgniteMessagingSendMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.ignite.messaging with parameters of type IgniteMessagingSendModeModifier and TypeMethodDescriptionvoidIgniteMessagingEndpoint.setSendMode(IgniteMessagingSendMode sendMode) The send mode to use.