| Package | Description |
|---|---|
| org.mule.functional.api.flow |
| Modifier and Type | Field and Description |
|---|---|
protected TestEventBuilder |
FlowConstructRunner.eventBuilder |
| Modifier and Type | Method and Description |
|---|---|
TestEventBuilder |
TestEventBuilder.setExternalCompletionCallback(CompletableFuture<Void> externalCompletionCallback) |
TestEventBuilder |
TestEventBuilder.spyObjects()
Will spy the built
Message and CoreEvent. |
TestEventBuilder |
TestEventBuilder.withAttributes(Object attributes)
Sets the
Message.getAttributes() value of the produced message |
TestEventBuilder |
TestEventBuilder.withCorrelation(GroupCorrelation groupCorrelation)
Deprecated.
use
withItemSequenceInfo(ItemSequenceInfo) instead |
TestEventBuilder |
TestEventBuilder.withInboundAttachment(String key,
DataHandler value)
Deprecated.
Transport infrastructure is deprecated.
|
TestEventBuilder |
TestEventBuilder.withInboundProperties(Map<String,Serializable> properties)
Deprecated.
Transport infrastructure is deprecated. Use
Message.getAttributes() instead. |
TestEventBuilder |
TestEventBuilder.withInboundProperty(String key,
Serializable value)
Deprecated.
Transport infrastructure is deprecated. Use
Message.getAttributes() instead. |
TestEventBuilder |
TestEventBuilder.withItemSequenceInfo(org.mule.runtime.api.message.ItemSequenceInfo itemSequenceInfo)
Configures the product event to have the provided
itemSequenceInfo. |
TestEventBuilder |
TestEventBuilder.withMediaType(org.mule.runtime.api.metadata.MediaType mediaType)
Prepares the given data to be sent as the mediaType of the payload of the
CoreEvent to the configured flow. |
TestEventBuilder |
TestEventBuilder.withOutboundProperty(String key,
Serializable value)
Deprecated.
Transport infrastructure is deprecated. Use
Message.getAttributes() instead. |
TestEventBuilder |
TestEventBuilder.withPayload(Object payload)
Prepares the given data to be sent as the payload of the product.
|
TestEventBuilder |
TestEventBuilder.withSessionProperty(String key,
Object value)
Deprecated.
Transport infrastructure is deprecated.
|
TestEventBuilder |
TestEventBuilder.withSourceCorrelationId(String sourceCorrelationId)
Configures the product event to have the provided
sourceCorrelationId. |
TestEventBuilder |
TestEventBuilder.withVariable(String key,
Object value)
Prepares a flow variable with the given key and value to be set in the product.
|
TestEventBuilder |
TestEventBuilder.withVariable(String key,
Object value,
org.mule.runtime.api.metadata.DataType dataType)
Prepares a flow variable with the given key and value to be set in the product.
|
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.