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

hu.akarnokd.reactive.rpc.RsRpcInit Maven / Gradle / Ivy

The newest version!
package hu.akarnokd.reactive.rpc;

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