Uses of Enum Class
org.citrusframework.message.MessageDirection
Packages that use MessageDirection
-
Uses of MessageDirection in org.citrusframework.context
Methods in org.citrusframework.context with parameters of type MessageDirectionModifier and TypeMethodDescriptionTestContext.getMessageProcessors(MessageDirection direction) Gets the global message processors for given direction. -
Uses of MessageDirection in org.citrusframework.message
Methods in org.citrusframework.message that return MessageDirectionModifier and TypeMethodDescriptionAbstractMessageProcessor.getDirection()MessageDirectionAware.getDirection()Indicates the direction of messages this processor should apply to.static MessageDirectionReturns the enum constant of this class with the specified name.static MessageDirection[]MessageDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.citrusframework.message with parameters of type MessageDirectionModifier and TypeMethodDescriptionvoidAbstractMessageProcessor.setDirection(MessageDirection direction) Sets the processor direction (inbound, outbound, unbound).