Uses of Interface
org.apache.camel.builder.endpoint.dsl.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder
Packages that use SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder
-
Uses of SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the SNMP component.Methods in org.apache.camel.builder.endpoint.dsl that return SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilderModifier and TypeMethodDescriptionSnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.authenticationPassphrase(String authenticationPassphrase) The authentication passphrase.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.authenticationProtocol(String authenticationProtocol) Authentication protocol to use if security level is set to enable authentication The possible values are: MD5, SHA1.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.SnmpEndpointBuilderFactory.AdvancedSnmpEndpointConsumerBuilder.basic()SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.delay(long delay) Sets update rate in seconds.Sets update rate in seconds.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.greedy(boolean greedy) If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.Defines which values you are interested in.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.oids(org.apache.camel.component.snmp.OIDList oids) Defines which values you are interested in.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.privacyPassphrase(String privacyPassphrase) The privacy passphrase.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.privacyProtocol(String privacyProtocol) The privacy protocol ID to be associated with this user.Here you can select which protocol to use.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.retries(int retries) Defines how often a retry is made before canceling the request.Defines how often a retry is made before canceling the request.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.To use a cron scheduler from either camel-spring or camel-quartz component.To use a cron scheduler from either camel-spring or camel-quartz component.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.securityLevel(int securityLevel) Sets the security level for this target.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.securityLevel(String securityLevel) Sets the security level for this target.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.securityName(String securityName) Sets the security name to be used with this target.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.snmpCommunity(String snmpCommunity) Sets the community octet string for the snmp request.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.snmpContextEngineId(String snmpContextEngineId) Sets the context engine ID field of the scoped PDU.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.snmpContextName(String snmpContextName) Sets the context name field of this scoped PDU.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.snmpVersion(int snmpVersion) Sets the snmp version for the request.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.snmpVersion(String snmpVersion) Sets the snmp version for the request.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.timeout(int timeout) Sets the timeout value for the request in millis.Sets the timeout value for the request in millis.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.treeList(boolean treeList) Sets the flag whether the scoped PDU will be displayed as the list if it has child elements in its tree.Sets the flag whether the scoped PDU will be displayed as the list if it has child elements in its tree.Which operation to perform such as poll, trap, etc.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.type(org.apache.camel.component.snmp.SnmpActionType type) Which operation to perform such as poll, trap, etc.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.SnmpEndpointBuilderFactory.SnmpEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.