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

io.vlingo.common.message.SelfSendingMessage Maven / Gradle / Ivy

There is a newer version: 1.7.5
Show newest version
package io.vlingo.common.message;

public interface SelfSendingMessage extends Message {
  void send() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy