Class KubernetesMessageConverter
java.lang.Object
org.citrusframework.kubernetes.message.KubernetesMessageConverter
- All Implemented Interfaces:
MessageConverter<KubernetesCommand<?>,KubernetesCommand<?>, KubernetesEndpointConfiguration>
public class KubernetesMessageConverter
extends Object
implements MessageConverter<KubernetesCommand<?>,KubernetesCommand<?>,KubernetesEndpointConfiguration>
- Since:
- 2.7
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertInbound(KubernetesCommand<?> command, KubernetesEndpointConfiguration endpointConfiguration, TestContext context) voidconvertOutbound(KubernetesCommand<?> command, Message message, KubernetesEndpointConfiguration endpointConfiguration, TestContext context) convertOutbound(Message message, KubernetesEndpointConfiguration endpointConfiguration, TestContext context)
-
Constructor Details
-
KubernetesMessageConverter
public KubernetesMessageConverter()
-
-
Method Details
-
convertOutbound
public KubernetesCommand<?> convertOutbound(Message message, KubernetesEndpointConfiguration endpointConfiguration, TestContext context) - Specified by:
convertOutboundin interfaceMessageConverter<KubernetesCommand<?>,KubernetesCommand<?>, KubernetesEndpointConfiguration>
-
convertOutbound
public void convertOutbound(KubernetesCommand<?> command, Message message, KubernetesEndpointConfiguration endpointConfiguration, TestContext context) - Specified by:
convertOutboundin interfaceMessageConverter<KubernetesCommand<?>,KubernetesCommand<?>, KubernetesEndpointConfiguration>
-
convertInbound
public Message convertInbound(KubernetesCommand<?> command, KubernetesEndpointConfiguration endpointConfiguration, TestContext context) - Specified by:
convertInboundin interfaceMessageConverter<KubernetesCommand<?>,KubernetesCommand<?>, KubernetesEndpointConfiguration>
-