- secretPropertyNames() - Method in class org.apache.camel.component.directvm.DirectVmEndpointUriFactory
-
- setBlock(boolean) - Method in class org.apache.camel.component.directvm.DirectVmComponent
-
If sending a message to a direct endpoint which has no active consumer, then we can tell the producer to block
and wait for the consumer to become active.
- setBlock(boolean) - Method in class org.apache.camel.component.directvm.DirectVmEndpoint
-
If sending a message to a direct endpoint which has no active consumer, then we can tell the producer to block
and wait for the consumer to become active.
- setFailIfNoConsumers(boolean) - Method in class org.apache.camel.component.directvm.DirectVmEndpoint
-
Whether the producer should fail by throwing an exception, when sending to a Direct-VM endpoint with no active
consumers.
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.directvm.DirectVmComponent
-
Sets a HeaderFilterStrategy that will only be applied on producer endpoints (on both directions: request
and response).
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.directvm.DirectVmEndpoint
-
Sets a HeaderFilterStrategy that will only be applied on producer endpoints (on both directions: request
and response).
- setPropagateProperties(boolean) - Method in class org.apache.camel.component.directvm.DirectVmComponent
-
Whether to propagate or not properties from the producer side to the consumer side, and vice versa.
- setPropagateProperties(boolean) - Method in class org.apache.camel.component.directvm.DirectVmEndpoint
-
Whether to propagate or not properties from the producer side to the consumer side, and vice versa.
- setTimeout(long) - Method in class org.apache.camel.component.directvm.DirectVmComponent
-
The timeout value to use if block is enabled.
- setTimeout(long) - Method in class org.apache.camel.component.directvm.DirectVmEndpoint
-
The timeout value to use if block is enabled.