Interface CamelJBangCmdSendActionBuilder<T extends TestAction,B extends CamelJBangCmdSendActionBuilder<T,B>>

All Superinterfaces:
ActionBuilder<T,B>, CamelJBangActionBuilderBase<T,B>, ReferenceResolverAwareBuilder<T,B>, TestActionBuilder<T>

public interface CamelJBangCmdSendActionBuilder<T extends TestAction,B extends CamelJBangCmdSendActionBuilder<T,B>> extends CamelJBangActionBuilderBase<T,B>
  • Method Details

    • integration

      B integration(String name)
      Sets the integration name.
    • timeout

      B timeout(long timeout)
    • timeout

      B timeout(String timeout)
    • header

      B header(String name, String value)
    • headers

      B headers(Map<String,String> values)
    • body

      B body(String body)
    • body

      B body(Resource body)
    • endpoint

      B endpoint(String endpoint)
    • endpointUri

      B endpointUri(String uri)
    • withArg

      B withArg(String arg)
      Adds a command argument.
    • withArg

      B withArg(String name, String value)
      Adds a command argument with name and value.
    • withArgs

      B withArgs(String... args)
      Adds command arguments.
    • reply

      B reply(boolean reply)