Registry / networking / finagle-core-2-10

finagle-core-2-10

JSON →
library6.35.0javamavenunverified

Core library for Finagle, an extensible RPC system for the JVM, used to build high-concurrency servers.

<dependency> <groupId>com.twitter</groupId> <artifactId>finagle-core_2.10</artifactId> <version>6.35.0</version> </dependency>
INSTALL
IMPORT
SIG · FINAGLE-CORE-2-10
F
finagle-core-2-10
networkingjavav6.35.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Service
com.twitter.finagle.Service

Creates a simple HTTP service using Finagle.

import com.twitter.finagle.Service; import com.twitter.finagle.http.Request; import com.twitter.finagle.http.Response; public class FinagleExample { public static void main(String[] args) { Service<Request, Response> service = req -> { Response res = Response.apply(); res.contentString("Hello"); return Future.value(res); }; System.out.println("Finagle service created"); } }
Debug
Known issues
breakingThis artifact targets Scala 2.10, which is obsolete. Use finagle-core_2.13 or finagle-core_3 for modern Scala.
fix
Switch to com.twitter:finagle-core_2.13 or com.twitter:finagle-core_3.
affects: >= 6.35.0
Upgrade
Version history
6.35.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
finagle-core-2-10 — mvn dependency:get finagle-core-2-10 · libregistry