Annotation Type Heartbeat


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Heartbeat
    Annotate a method that will get invoked when the client sends an heartbeat. HeartbeatInterceptor must be installed.
    Author:
    Jeanfrancois Arcand