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 IgniteMessagingSendModeIgniteMessagingEndpoint. getSendMode()Gets the send mode.static IgniteMessagingSendModeIgniteMessagingSendMode. 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 voidIgniteMessagingEndpoint. setSendMode(IgniteMessagingSendMode sendMode)The send mode to use.
-