Uses of Interface
org.citrusframework.actions.PurgeEndpointActionBuilder
Packages that use PurgeEndpointActionBuilder
-
Uses of PurgeEndpointActionBuilder in org.citrusframework.actions
Methods in org.citrusframework.actions that return PurgeEndpointActionBuilderModifier 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.PurgeEndpointActionBuilder.endpointNames(String... endpointNames) Adds several endpoint names to the list of endpoints to purge in this action.PurgeEndpointActionBuilder.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.PurgeEndpointActionBuilder.BuilderFactory.purge()Fluent API action building entry method used in Java DSL.default PurgeEndpointActionBuilder<?>PurgeEndpointActionBuilder.BuilderFactory.purgeEndpoints()Sets the messageSelector.Sets the messageSelector.PurgeEndpointActionBuilder.sleep(long millis) Sets the sleepTime.PurgeEndpointActionBuilder.timeout(long receiveTimeout) Receive timeout for reading message from a destination.