Uses of Interface
org.apache.camel.builder.component.dsl.MiloServerComponentBuilderFactory.MiloServerComponentBuilder
Packages that use MiloServerComponentBuilderFactory.MiloServerComponentBuilder
-
Uses of MiloServerComponentBuilderFactory.MiloServerComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return MiloServerComponentBuilderFactory.MiloServerComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.miloServer()OPC UA Server (camel-milo) Make telemetry data available as an OPC UA server. -
Uses of MiloServerComponentBuilderFactory.MiloServerComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement MiloServerComponentBuilderFactory.MiloServerComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return MiloServerComponentBuilderFactory.MiloServerComponentBuilderModifier and TypeMethodDescriptionMiloServerComponentBuilderFactory.MiloServerComponentBuilder.applicationName(String applicationName) The application name.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.applicationUri(String applicationUri) The application URI.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.bindAddresses(String bindAddresses) Set the addresses of the local addresses the server should bind to.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.buildInfo(org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo buildInfo) Server build info.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.certificate(X509Certificate certificate) Server certificate.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.certificateManager(org.eclipse.milo.opcua.stack.core.security.CertificateManager certificateManager) Server certificate manager.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.certificateValidator(org.eclipse.milo.opcua.stack.core.security.CertificateValidator certificateValidator) Validator for client certificates.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.defaultCertificateValidator(String defaultCertificateValidator) Validator for client certificates using default file based approach.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.enableAnonymousAuthentication(boolean enableAnonymousAuthentication) Enable anonymous authentication, disabled by default.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).MiloServerComponentBuilderFactory.miloServer()OPC UA Server (camel-milo) Make telemetry data available as an OPC UA server.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.namespaceUri(String namespaceUri) The URI of the namespace, defaults to urn:org:apache:camel.The path to be appended to the end of the endpoint url.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.port(int port) The TCP port the server binds to.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.productUri(String productUri) The product URI.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.securityPolicies(Set<org.eclipse.milo.opcua.stack.core.security.SecurityPolicy> securityPolicies) Security policies.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.securityPoliciesById(String securityPoliciesById) Security policies by URI or name.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.userAuthenticationCredentials(String userAuthenticationCredentials) Set user password combinations in the form of user1:pwd1,user2:pwd2 Usernames and passwords will be URL decoded.MiloServerComponentBuilderFactory.MiloServerComponentBuilder.usernameSecurityPolicyUri(org.eclipse.milo.opcua.stack.core.security.SecurityPolicy usernameSecurityPolicyUri) Set the UserTokenPolicy used when.