public interface RegistrationListener
| Modifier and Type | Method and Description |
|---|---|
void |
beforeRegistration()
Will be run before the proxy you register is added to the GridRegistry, letting you run the
configuration / validation necessary before the proxy becomes accessible to the clients.
|