public class FlowableEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
copyCamelBodyToBody |
protected boolean |
copyCamelBodyToBodyAsString |
protected String |
copyVariablesFromHeader |
protected String |
copyVariablesFromProperties |
protected boolean |
copyVariablesToBodyAsMap |
protected boolean |
copyVariablesToProperties |
protected FlowableConsumer |
flowableConsumer |
protected IdentityService |
identityService |
protected ManagementService |
managementService |
protected String |
processInitiatorHeaderName |
protected RepositoryService |
repositoryService |
protected Map<String,Object> |
returnVarMap |
protected RuntimeService |
runtimeService |
protected long |
timeout |
protected int |
timeResolution |
| Constructor and Description |
|---|
FlowableEndpoint(String uri,
org.apache.camel.CamelContext camelContext) |
configureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendprotected IdentityService identityService
protected RuntimeService runtimeService
protected RepositoryService repositoryService
protected ManagementService managementService
protected FlowableConsumer flowableConsumer
protected boolean copyVariablesToProperties
protected boolean copyVariablesToBodyAsMap
protected boolean copyCamelBodyToBody
protected String copyVariablesFromProperties
protected String copyVariablesFromHeader
protected boolean copyCamelBodyToBodyAsString
protected String processInitiatorHeaderName
protected long timeout
protected int timeResolution
public FlowableEndpoint(String uri, org.apache.camel.CamelContext camelContext)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionprotected void addConsumer(FlowableConsumer consumer)
protected void removeConsumer()
public boolean isSingleton()
public void setIdentityService(IdentityService identityService)
public void setRuntimeService(RuntimeService runtimeService)
public void setRepositoryService(RepositoryService repositoryService)
public void setManagementService(ManagementService managementService)
public boolean isCopyVariablesToProperties()
public void setCopyVariablesToProperties(boolean copyVariablesToProperties)
public boolean isCopyCamelBodyToBody()
public void setCopyCamelBodyToBody(boolean copyCamelBodyToBody)
public boolean isCopyVariablesToBodyAsMap()
public void setCopyVariablesToBodyAsMap(boolean copyVariablesToBodyAsMap)
public String getCopyVariablesFromProperties()
public void setCopyVariablesFromProperties(String copyVariablesFromProperties)
public String getCopyVariablesFromHeader()
public void setCopyVariablesFromHeader(String copyVariablesFromHeader)
public boolean isCopyCamelBodyToBodyAsString()
public void setCopyCamelBodyToBodyAsString(boolean copyCamelBodyToBodyAsString)
public boolean isSetProcessInitiator()
public String getProcessInitiatorHeaderName()
public void setProcessInitiatorHeaderName(String processInitiatorHeaderName)
public boolean isLenientProperties()
isLenientProperties in interface org.apache.camel.EndpointisLenientProperties in class org.apache.camel.impl.DefaultEndpointpublic long getTimeout()
public int getTimeResolution()
Copyright © 2023 Flowable. All rights reserved.