GithubHelp home page GithubHelp logo

rxjoin's Introduction

RxJoin

Rx observable plumbing for the JVM

Build Status

rxjoin's People

Contributors

kevc avatar pardom avatar

Stargazers

fxrc avatar Sibelius Seraphini avatar Michael Pardo avatar Josh Burton avatar  avatar

Watchers

Adam Kempa avatar James Cloos avatar Jim Hall avatar Mike Dunn avatar Curtis Li avatar Stefan Arambasich avatar Walter avatar  avatar  avatar Brandon King avatar AJ Powell avatar Cody Robertson avatar toejough avatar Lindsay Snider avatar Michael Olmsted avatar Antonio Mika avatar  avatar Troy Dietz avatar  avatar Brian Lester avatar Michael Lindley avatar Jack Evans avatar Laura avatar Matthew Finzel avatar  avatar  avatar Kevin avatar Jeethi Nair avatar  avatar

rxjoin's Issues

Add validation for each process step.

Things that immediately come to mind:

  • @Out annotated element must be field or method, must be or return Observable
  • @In annotated element must extend Subject
  • @Plumbed annotated element must be a Type, must be public
  • @Out and @In elements with the same value must be parameterized by the same type
  • @Out elements must have unique annotation values (e.g. only one element can be annotated with @Out("color") in the example app)

All of these are fatal conditions, which require a descriptive message to be displayed to the user.

Validate In-annotated items' types

Example:

Given @Out("foo") Observable<Integer> is declared in a given @Joined class, anything Subject annotated with @In("foo") must be parameterized with Integer.

Change API entry point or lib name.

The names of the library and API entry point should correlate. Either change the name of the lib to Plumbing, or change the name of the API entry point to Plumb.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.