Uses of Class
org.citrusframework.actions.PurgeEndpointAction.Builder
Packages that use PurgeEndpointAction.Builder
-
Uses of PurgeEndpointAction.Builder in org.citrusframework.actions
Methods in org.citrusframework.actions that return PurgeEndpointAction.BuilderModifier and TypeMethodDescriptionAdds a endpoint name to the list of endpoints to purge in this action.Adds a endpoint to the list of endpoints to purge in this action.PurgeEndpointAction.Builder.endpointNames(String... endpointNames) Adds several endpoint names to the list of endpoints to purge in this action.PurgeEndpointAction.Builder.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.static PurgeEndpointAction.BuilderPurgeEndpointAction.Builder.purge()Fluent API action building entry method used in Java DSL.static PurgeEndpointAction.BuilderPurgeEndpointAction.Builder.purgeEndpoints()Fluent API action building entry method used in Java DSL.PurgeEndpointAction.Builder.referenceResolver(ReferenceResolver referenceResolver) Sets the messageSelector.Sets the messageSelector.PurgeEndpointAction.Builder.sleep(long millis) Sets the sleepTime.PurgeEndpointAction.Builder.timeout(long receiveTimeout) Receive timeout for reading message from a destination.PurgeEndpointAction.Builder.withReferenceResolver(ReferenceResolver referenceResolver) Sets the bean reference resolver for using endpoint names.Constructors in org.citrusframework.actions with parameters of type PurgeEndpointAction.BuilderModifierConstructorDescriptionDefault constructor.