@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Ready
ManagedService annotation. A method annotated with this annotation will be
invoked when the connection has been suspended and ready.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<? extends Encoder<?,?>>[] |
encoders
A list of
Encoder |
Ready.DELIVER_TO |
value
Deprecated.
|
public abstract Ready.DELIVER_TO value
DeliverTo annotation instead.Copyright © 2022. All Rights Reserved.