public interface Router
Modifier and Type | Method and Description |
---|---|
RouterActionResult |
onAlter(RouterAlterAction alterAction)
Invoked when space definition is modified
|
RouterActionResult |
onClose(RouterCloseAction closeAction)
Invoked when the Router is stopped
|
RouterActionResult |
onOpen(RouterOpenAction openAction)
Invoked when the Router is registered
|
RouterActionResult |
onWrite(RouterWriteAction writeAction)
Invoked when a put take or update operation in executed on the space
|
RouterActionResult onOpen(RouterOpenAction openAction)
openAction
- Open actionRouterActionResult onClose(RouterCloseAction closeAction)
closeAction
- Close actionRouterActionResult onWrite(RouterWriteAction writeAction)
writeAction
- Write actionRouterActionResult onAlter(RouterAlterAction alterAction)
alterAction
- Alter actionCopyright (c) 2014 Cloud Software Group, Inc. All rights reserved.