Uses of Class
org.apache.camel.component.ignite.messaging.IgniteMessagingSendMode
-
Packages that use IgniteMessagingSendMode Package Description org.apache.camel.component.ignite.messaging -
-
Uses of IgniteMessagingSendMode in org.apache.camel.component.ignite.messaging
Methods in org.apache.camel.component.ignite.messaging that return IgniteMessagingSendMode Modifier and Type Method Description IgniteMessagingSendMode
IgniteMessagingEndpoint. getSendMode()
Gets the send mode.static IgniteMessagingSendMode
IgniteMessagingSendMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static IgniteMessagingSendMode[]
IgniteMessagingSendMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.ignite.messaging with parameters of type IgniteMessagingSendMode Modifier and Type Method Description void
IgniteMessagingEndpoint. setSendMode(IgniteMessagingSendMode sendMode)
The send mode to use.
-