@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface NettyOnConnect
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
serverName
Get logical name of the server annotated event handler should be attached to
|
| Modifier and Type | Optional Element and Description |
|---|---|
int |
priority
Get the priority of the given handler.
|