Git Product home page Git Product logo

chime's People

Contributors

lisilisenok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

chime's Issues

Extension which produces timer events

Currently timer events are sent via event bus.
The producer has to be provided via extension.
Default producer sends events via event bus.
Another producer may send events via TCP or HTTP or other.

Calendar

Calendar somehow provides bounding timer fire date/time.

Timer may send some message

Attach message with delivery options to the timer description.
When timer fires it sends the given message too.

Module does not work with VertX 3.5.0

Hi!
It seems that the module does not work with VertX 3.5.0, it gives this error:

Deployment failed! com.redhat.ceylon.compiler.java.runtime.tools.ModuleNotFoundException: Could not find module: io.vertx.ceylon.core/3.5.0

The code:

   private void addSchedulers() {
    vertx.deployVerticle("ceylon:herd.schedule.chime/0.2.1", res -> {
        if (res.succeeded()) {
            System.out.println("Chime has been successfully deployed - start scheduling");
            //scheduling(vertx);
        } else {
            System.out.println("Deployment failed! " + res.cause());
            vertx.close();
        }
    });
  }

Pom dependencies:

 <dependency>
        <groupId>io.vertx</groupId>
        <artifactId>vertx-core</artifactId>
        <version>3.5.0</version>
    </dependency>

    <dependency>
        <groupId>io.vertx</groupId>
        <artifactId>vertx-lang-ceylon</artifactId>
        <version>3.5.0</version>
    </dependency>

    <dependency>
        <groupId>io.vertx</groupId>
        <artifactId>vertx-lang-ceylon-doc</artifactId>
        <version>3.5.0</version>
    </dependency>

The problem could be that io.vertx.ceylon.core does not exists anymore

Deferred timer state

In this state timer is running but doesn't not send fire events. All events are collected and will be send as deferred fire when timer state set to running.
If timer completes in this state then timer is kept for the given time period or while not set to running. If timer has not been set to running during this period it is deleted without sending events.

Cron builder

Helper class to build cron timer description.

Union timer

Acts as union of a number of timers This may be useful to fire at a list of certain date / times.

Could not find module: io.vertx.ceylon.core/3.5.3

hello,my pom.xml

vertx.version 3.5.3

  <dependency>
       <groupId>io.vertx</groupId>
       <artifactId>vertx-core</artifactId>
       <version>${vertx.version}</version>
   </dependency>

 <dependency>
     <groupId>io.vertx</groupId>
     <artifactId>vertx-lang-ceylon</artifactId>
     <version>${vertx.version}</version>
 </dependency>

 <dependency>
        <groupId>io.vertx</groupId>
        <artifactId>vertx-lang-kotlin</artifactId>
        <version>${vertx.version}</version>
  </dependency>

run:
Deployment failed! com.redhat.ceylon.compiler.java.runtime.tools.ModuleNotFoundException: Could not find module: io.vertx.ceylon.core/3.5.3

Extension which consumes messages

Currently chime listens event bus to consumer messages to.
This may be provided with extensions. In order to consumer messages from another sources.

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.