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

io.infinicast.client.impl.messaging.sender.IMessageSender Maven / Gradle / Ivy

There is a newer version: 3.0.9
Show newest version
package io.infinicast.client.impl.messaging.sender;

import io.infinicast.client.protocol.messages.Connector2EpsMessage;
public interface IMessageSender {
    void sendMessage(Connector2EpsMessage data);
    void destroy();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy