All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.swiftmq.swiftlet.threadpool.EventLoop Maven / Gradle / Ivy

Go to download

Client for SwiftMQ Messaging System with JMS, AMQP 1.0 and file transfer over JMS.

The newest version!
package com.swiftmq.swiftlet.threadpool;

public interface EventLoop {
    void submit(Object event);

    void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy