Package org.citrusframework.actions
Interface PurgeEndpointActionBuilder<T extends TestAction>
- All Superinterfaces:
ActionBuilder<T,,PurgeEndpointActionBuilder<T>> ReferenceResolverAwareBuilder<T,,PurgeEndpointActionBuilder<T>> TestActionBuilder<T>
public interface PurgeEndpointActionBuilder<T extends TestAction>
extends ActionBuilder<T,PurgeEndpointActionBuilder<T>>, TestActionBuilder<T>, ReferenceResolverAwareBuilder<T,PurgeEndpointActionBuilder<T>>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionAdds an endpoint name to the list of endpoints to purge in this action.Adds an endpoint to the list of endpoints to purge in this action.endpointNames(String... endpointNames) Adds several endpoint names to the list of endpoints to purge in this action.endpointNames(List<String> endpointNames) Adds list of endpoint names to purge in this action.Adds list of endpoints to purge in this action.Sets several endpoints to purge in this action.Sets the messageSelector.Sets the messageSelector.sleep(long millis) Sets the sleepTime.timeout(long receiveTimeout) Receive timeout for reading message from a destination.Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, nameMethods inherited from interface org.citrusframework.actions.ReferenceResolverAwareBuilder
withReferenceResolverMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
selector
Sets the messageSelector.- Parameters:
messageSelector- the messageSelector to set
-
selector
Sets the messageSelector.- Parameters:
messageSelector- the messageSelector to set
-
endpointNames
Adds list of endpoint names to purge in this action.- Parameters:
endpointNames- the endpointNames to set
-
endpointNames
Adds several endpoint names to the list of endpoints to purge in this action.- Parameters:
endpointNames-- Returns:
-
endpoint
Adds an endpoint name to the list of endpoints to purge in this action.- Parameters:
name-- Returns:
-
endpoints
Adds list of endpoints to purge in this action.- Parameters:
endpoints- the endpoints to set
-
endpoints
Sets several endpoints to purge in this action.- Parameters:
endpoints-- Returns:
-
endpoint
Adds an endpoint to the list of endpoints to purge in this action.- Parameters:
endpoint-- Returns:
-
timeout
Receive timeout for reading message from a destination.- Parameters:
receiveTimeout- the receiveTimeout to set
-
sleep
Sets the sleepTime.- Parameters:
millis- the sleepTime to set
-