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

tech.powerjob.remote.akka.AkkaProtocol Maven / Gradle / Ivy

The newest version!
package tech.powerjob.remote.akka;

import tech.powerjob.remote.framework.transporter.Protocol;

/**
 * AkkaProtocol
 *
 * @author tjq
 * @since 2022/12/31
 */
public class AkkaProtocol implements Protocol {
    @Override
    public String name() {
        return tech.powerjob.common.enums.Protocol.AKKA.name();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy