
com.swiftmq.swiftlet.threadpool.EventLoop Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swiftmq-client Show documentation
Show all versions of swiftmq-client Show documentation
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