Package org.apache.camel.component.dapr
Class DaprConfigurationOptionsProxy
java.lang.Object
org.apache.camel.component.dapr.DaprConfigurationOptionsProxy
A proxy class for
DaprConfigurationOptionsProxy and DaprExchangeHeaders. Ideally this is responsible
to obtain the correct configurations options either from configs or exchange headers-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBindingName(org.apache.camel.Exchange exchange) getBindingOperation(org.apache.camel.Exchange exchange) io.dapr.client.domain.StateOptions.ConcurrencygetConcurrency(org.apache.camel.Exchange exchange) getConfigKeys(org.apache.camel.Exchange exchange) getConfigStore(org.apache.camel.Exchange exchange) io.dapr.client.domain.StateOptions.ConsistencygetConsistency(org.apache.camel.Exchange exchange) getContentType(org.apache.camel.Exchange exchange) getETag(org.apache.camel.Exchange exchange) io.dapr.client.domain.HttpExtensiongetHttpExtension(org.apache.camel.Exchange exchange) getHttpHeaders(org.apache.camel.Exchange exchange) getKey(org.apache.camel.Exchange exchange) getKeys(org.apache.camel.Exchange exchange) getMetadata(org.apache.camel.Exchange exchange) getMethodToInvoke(org.apache.camel.Exchange exchange) getPubSubName(org.apache.camel.Exchange exchange) getQueryParameters(org.apache.camel.Exchange exchange) getSecretStore(org.apache.camel.Exchange exchange) getServiceToInvoke(org.apache.camel.Exchange exchange) getStateOperation(org.apache.camel.Exchange exchange) List<io.dapr.client.domain.State<?>> getStates(org.apache.camel.Exchange exchange) getStateStore(org.apache.camel.Exchange exchange) getTopic(org.apache.camel.Exchange exchange) List<io.dapr.client.domain.TransactionalStateOperation<?>> getTransactions(org.apache.camel.Exchange exchange) getVerb(org.apache.camel.Exchange exchange)
-
Constructor Details
-
DaprConfigurationOptionsProxy
-
-
Method Details
-
getOperation
-
getServiceToInvoke
-
getMethodToInvoke
-
getVerb
-
getQueryParameters
-
getHttpHeaders
-
getHttpExtension
public io.dapr.client.domain.HttpExtension getHttpExtension(org.apache.camel.Exchange exchange) -
getStateOperation
-
getStateStore
-
getSecretStore
-
getConfigStore
-
getKey
-
getETag
-
getConcurrency
public io.dapr.client.domain.StateOptions.Concurrency getConcurrency(org.apache.camel.Exchange exchange) -
getConsistency
public io.dapr.client.domain.StateOptions.Consistency getConsistency(org.apache.camel.Exchange exchange) -
getMetadata
-
getStates
-
getKeys
-
getTransactions
public List<io.dapr.client.domain.TransactionalStateOperation<?>> getTransactions(org.apache.camel.Exchange exchange) -
getPubSubName
-
getTopic
-
getContentType
-
getBindingName
-
getBindingOperation
-
getConfigKeys
-