All Projects → line → armeria-examples

line / armeria-examples

Licence: CC0-1.0 license
Armeria examples

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects
HTML
75241 projects
scala
5932 projects
Thrift
134 projects

Armeria examples

  • annotated-http-service

  • annotated-http-service-kotlin

  • context-propagation

    • Learn how to propagate Armeria's RequestContext for use in scenarios like tracing.
    • dagger provides an example using the Dagger asynchronous framework for automatic propagation.
    • manual provides an example manually propagating the context with Java's standard CompletableFuture.
    • reactor provides an example using the Reactor asynchronous framework for automatic propagation.
    • rxjava provides an example using the RxJava3 asynchronous framework for automatic propagation.
  • grpc

  • grpc-kotlin

  • grpc-reactor

  • proxy-server

  • saml-service-provider

  • server-sent-events

  • spring-boot-minimal

    • Learn how to use Armeria with the minimal Spring Boot dependencies.
  • spring-boot-minimal-kotlin

    • Learn how to use Armeria with the minimal Spring Boot dependencies (Kotlin).
  • spring-boot-tomcat

    • Learn how to make Armeria serve your Spring Boot web application.
  • spring-boot-webflux

  • dropwizard

  • static-files

  • thrift

Configure -parameters javac option

You can omit the value of @Param if you compiled your code with -parameters javac option. Please refer to Configure -parameters javac option for more information.

How to run

License

All files under this directory (examples) belong to the public domain. Please feel free to copy-and-paste and start your awesome project with Armeria!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].