Interface CordaEndpointBuilderFactory.CordaEndpointProducerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
CordaEndpointBuilderFactory.CordaEndpointBuilder
- Enclosing interface:
- CordaEndpointBuilderFactory
public static interface CordaEndpointBuilderFactory.CordaEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilderBuilder for endpoint producers for the Corda component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default CordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuilderadvanced()default CordaEndpointBuilderFactory.CordaEndpointProducerBuilderoperation(String operation)Operation to use.default CordaEndpointBuilderFactory.CordaEndpointProducerBuilderpassword(String password)Password for login.default CordaEndpointBuilderFactory.CordaEndpointProducerBuilderusername(String username)Username for login.
-
-
-
Method Detail
-
advanced
default CordaEndpointBuilderFactory.AdvancedCordaEndpointProducerBuilder advanced()
-
operation
default CordaEndpointBuilderFactory.CordaEndpointProducerBuilder operation(String operation)
Operation to use. The option is a: <code>java.lang.String</code> type. Group: producer- Parameters:
operation- the value to set- Returns:
- the dsl builder
-
password
default CordaEndpointBuilderFactory.CordaEndpointProducerBuilder password(String password)
Password for login. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
password- the value to set- Returns:
- the dsl builder
-
username
default CordaEndpointBuilderFactory.CordaEndpointProducerBuilder username(String username)
Username for login. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
username- the value to set- Returns:
- the dsl builder
-
-