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

hu.akarnokd.reactiverpc.RsRpcInit Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
package hu.akarnokd.reactiverpc;

import java.lang.annotation.*;

/**
 * Indicates the method, which has only an RpcStreamContext parameter and void return
 * should be called just after the connection has been established.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface RsRpcInit {
    String name() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy