Este contenido no está disponible en el idioma seleccionado.
Chapter 57. Netty
Socket level networking using TCP or UDP with Netty 4.x.
57.1. What’s inside Copiar enlaceEnlace copiado en el portapapeles!
-
Netty component, URI syntax:
netty:protocol://host:port
Please refer to the above link for usage and configuration details.
57.2. Maven coordinates Copiar enlaceEnlace copiado en el portapapeles!
Create a new project with this extension on code.quarkus.redhat.com
Or add the coordinates to your existing project:
<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-netty</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-netty</artifactId>
</dependency>