Skip to content

immutant/immutant-transit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

immutant-transit

A library that allows you to use Transit as a read/write codec with Immutant 2.x messaging and caching.

This is a standalone project, but cannot be used without Immutant 2.0.0 or newer. Once Transit becomes stable, this will likely move in to Immutant proper.

Usage

immutant-transit transitively brings in com.cognitect/transit-clj 0.8.285, and may not work with any older version.

See the example application for sample usage with Immutant.

For a Leiningen project:

[org.immutant/immutant-transit "0.2.4"]

For a maven project:

<dependency>
  <groupId>org.immutant</groupId>
  <artifactId>immutant-transit</artifactId>
  <version>0.2.4</version>
</dependency>

License

Immutant is licensed under the Apache License, v2. See LICENSE for details.

About

Use Transit as a codec in Immutant 2.x

Resources

License

Stars

Watchers

Forks

Packages

No packages published